Skip to main content
The center of the Code IDE is a VS Code-style editor tuned for dbt™ development. It autocompletes ref() and source() calls, shows inline Git blame, and opens diff views for changed files, so you can focus on authoring your models.
Looking for the File Explorer, search, or go-to-definition? Those are covered under Explore Your Project.

What you get

  • Tabs and breadcrumbs: every open file gets a tab, with a breadcrumb trail showing its location in your project.
  • dbt™-aware editing: autocompletion for Jinja, dbt™ functions, and YAML, plus inline ref() and source() code lens.
  • Inline Git blame: the author and age of the current line, powered by GitLens.
  • Diff views: files with uncommitted changes open side by side against their last committed version.

Autocompletion

Jinja, dbt™ functions, and YAML suggestions as you type.

Shortcuts

Keyboard shortcuts for editing, multi-cursor, and text transforms.

Context Menu

Right-click actions, including the DinoAI Co-pilot menu.

Flexible Layout

Drag panels and split editors to arrange your workspace.

Preferences

Themes, settings, and Git workflow preferences.