Code navigation
See Go to Definition for more on navigating between models.
Git and history
These are powered by GitLens.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Right-click actions in the Paradime Code IDE editor: navigate to definitions, view Git blame and file history, run file utilities, and trigger DinoAI co-pilot.
| Option | Shortcut | What it does |
|---|---|---|
| Go to Definition | ⌘F11 | Opens the file where the selected model, source, or macro is defined. |
| Go to References | ⇧F12 | Lists every place the selected symbol is used. |
| Peek Definition | Shows the definition inline without leaving your current file. | |
| Change All Occurrences | ⌘F2 | Edits every occurrence of the selected text at once. |
| Option | What it does |
|---|---|
| Open Changes | Opens the diff of the current file against its last committed version. |
| Open on Remote (Web) | Opens the file in your Git provider’s web UI. |
| File Annotations | Toggles GitLens annotations for the file. |
| File History | Shows the commit history of the current file. |
Toggle Blame Annotations (⌥B) | Shows or hides inline blame for every line. |
| Option | Output | Example use case |
|---|---|---|
| Copy Filename | stg_model | Refer to the file by name in documentation or scripts. |
| Copy Filename as Ref | {{ ref('stg_model') }} | Paste the correct ref syntax straight into another dbt™ model. |
| Add Filename to Chat | Sends the file to DinoAI | Give the DinoAI agent the current file as context. |