> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/products/code-ide/user-interface/autocompletion.md).

# Autocompletion

Paradime IDE is powered by a language service to help you write code faster. As you type, the system offers relevant suggestions for [Generic Jinja](#id-1.-generic-jinja), [dbt™ Specific Jinja](#id-2.-dbt-tm-specific-jinja), and [YAML Configuration](#id-3.-yaml-configuration) that you can accept by pressing `Tab` or `Enter`.

### Autocomplete Features

You'll find autocomplete functionality in three key areas:

#### 1. Generic Jinja

Paradime provides autocompletion for common Jinja template patterns:

* **Control structures**: `for` loops, `if` conditionals, blocks
* **Variable operations**: `set` assignments, multiline blocks
* **Template organization**: blocks, filters, macros
* **Comments and whitespace**: comment syntax, whitespace control
* **Expressions**: expression output, action execution

{% @arcade/embed url="<https://app.arcade.software/share/sUmEKHbVkfZiPgFUNsnE>" flowId="sUmEKHbVkfZiPgFUNsnE" %}

#### 2. dbt™ Specific Jinja

Specialized autocomplete for dbt™ functions:

* **Model configuration**: `config()` with materialization options
* **References**: `ref()`, `source()` with project-aware suggestions
* **Variables**: `var()`, `env_var()` for accessing variables
* **Debugging**: `log()` with severity levels
* **Query execution**: `run_query()`, `load_result()`

{% @arcade/embed url="<https://app.arcade.software/share/GPtXCfVAp1pW47cgn6DA>" flowId="GPtXCfVAp1pW47cgn6DA" %}

#### 3. YAML Configuration

Complete autocomplete support for dbt™ YAML files:

* **Project configuration**: project settings, dependencies
* **Model definitions**: names, columns, tests, tags
* **Source definitions**: tables, freshness settings
* **Test configurations**: generic and custom tests

> **Pro Tip**: You can also use [DinoAI](broken://pages/k6ZKuZijDQylOBVTqask#generate-tests-for-a-dbt-tm-model) to automatically generate YAML files and tests for your dbt™ project.

{% @arcade/embed url="<https://app.arcade.software/share/JHWhHiPr9LLHv0T1g2Sm>" flowId="JHWhHiPr9LLHv0T1g2Sm" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.paradime.io/app-help/products/code-ide/user-interface/autocompletion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
