---
title: Autocomplete and Search
description: >-
  Enable IDE-like autocomplete and search functionality for Dynamic
  Instrumentation to improve developer experience.
breadcrumbs: >-
  Docs > APM > Application Instrumentation > Dynamic Instrumentation >
  Autocomplete and Search
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Autocomplete and Search

{% callout %}
# Important note for users on the following Datadog sites: app.ddog-gov.com, us2.ddog-gov.com

{% alert level="danger" %}
This product is not supported for your selected [Datadog site](https://docs.datadoghq.com/getting_started/site.md). ({% placeholder "user-datadog-site-name" /%}).
{% /alert %}

{% /callout %}

{% callout %}
##### Join the Preview!

Autocomplete and search are in Preview for Python and .NET.
{% /callout %}

## Overview{% #overview %}

Autocomplete and search enhance the user experience of [Dynamic Instrumentation](https://docs.datadoghq.com/dynamic_instrumentation.md) by adding IDE-like features like class and method search and autocomplete for [Dynamic Instrumentation Expression Language](https://docs.datadoghq.com/dynamic_instrumentation/expression-language.md).

To provide autocomplete and search, nonsensitive symbols and metadata are uploaded from your application to Datadog. The uploaded data includes the names of classes, methods, arguments, fields, and local variables, along with related metadata, like line numbers.

## Getting started{% #getting-started %}

### Prerequisites{% #prerequisites %}

Autocomplete and search require the following:

- [Dynamic Instrumentation](https://docs.datadoghq.com/dynamic_instrumentation.md) is enabled for your service.
- [Datadog Agent](https://docs.datadoghq.com/agent.md) 7.49.0 or higher is installed alongside your service.
- [Remote Configuration](https://docs.datadoghq.com/tracing/guide/remote_config.md) is enabled in the Agent.
- The [Unified Service Tagging](https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging.md) tags `service`, `env`, and `version` are applied to your deployment.

### Enable autocomplete and search for your service{% #enable-autocomplete-and-search-for-your-service %}

Select your runtime below:

- [java](https://docs.datadoghq.com/dynamic_instrumentation/symdb/java.md)
- [python](https://docs.datadoghq.com/dynamic_instrumentation/symdb/python.md)
- [dotnet](https://docs.datadoghq.com/dynamic_instrumentation/symdb/dotnet.md)
- [dotnet](https://docs.datadoghq.com/dynamic_instrumentation/symdb/dotnet.md)

## Explore autocomplete and search{% #explore-autocomplete-and-search %}

Autocomplete and search make Dynamic Instrumentation behave more like an IDE:

- **Class and method search**: Find where to add instrumentation.
- **Code display**: When you select a method in the Dynamic Instrumentation configuration, Datadog displays the code for that method.
- **Expression autocomplete**: Get suggestions for expression templates that use the [Dynamic Instrumentation expression language](https://docs.datadoghq.com/dynamic_instrumentation/expression-language.md).

## Further Reading{% #further-reading %}

Additional helpful documentation, links, and articles:

- [Learn more about Dynamic Instrumentation](https://docs.datadoghq.com/dynamic_instrumentation.md)
