Autocompletion

Paradime IDE is powered by a language service to help you write code faster.

As you type, Paradime's language service anticipates your needs. It offers a dynamic list of suggestions based on the characters you input. This list evolves with each keystroke, ensuring only the most relevant suggestions are presented. To select a suggestion, simply press Tab or Enter, and the IDE will automatically complete the line for you.

You'll find autocomplete functionality as you type:

  • Generic Jinja:

    • for loops, conditionals, blocks, variable settings and more.

  • dbt™ specific Jinja:

    • ref, source, log, config, and more.

  • YAML

    • Every Yaml key can be autocompleted (name, columns, tests, freshness, etc).

Tutorials:

Generic Jinja

dbt™ specific Jinja

YAML

Last updated