Context Menu
Last updated
Last updated
The Paradime Code IDE provides quick access to a variety of file options through the context menu. Right-click on any file to reveal these one-click options, detailed in the table below. For a comprehensive guide, watch the step-by-step tutorial video that demonstrates various context menu options.
Copy Path
/workspaces/xyz1234abcd5678/repository/models/staging/stg_model.sql
Share the full path of stg_model.sql
with a teammate.
Copy Relative Path
models/staging/stg_model.sql
Insert the relative path in documentation or config files.
Copy File Name
stg_model
Refer to the file by name in documentation or scripts.
Copy Filename as ref
{{ ref('stg_model') }}
Quickly insert the correct ref
syntax in a new dbt™ model.
Activates AI-powered features.
Enhance your dbt™ development workflow
When you launch DinoAI Copilot from the context menu, you can access the following AI-powered functionalities:
Fix Model: Automatically identifies and corrects errors in your dbt™ models.
Generate Test: Creates tests tailored to your dbt™ project's structure and content.
Generate Elementary Test: Develops specialized tests for the Elementary Data observability tool.
Explain Model: Provides a detailed summary of a dbt™ model's purpose, output, and key executions.
Launch