Skip to main content

dbt Cloud IDE keyboard shortcuts

The Cloud IDE provides keyboard shortcuts, features, and development tips to help you work faster and be more productive.

Use this dbt Cloud IDE page to help you quickly reference some common operations.

Shortcut descriptionmacOSWindows
View a full list of editor shortcutsFn-F1Fn-F1
Select a file to openCommand-OControl-O
Close currently active editor tabOption-WAlt-W
Preview codeCommand-EnterControl-Enter
Compile codeCommand-Shift-EnterControl-Shift-Enter
Reveal a list of dbt functions in the editorEnter two underscores __Enter two underscores __
Open the command palette to invoke dbt commands and actionsCommand-P / Command-Shift-PControl-P / Control-Shift-P
Multi-edit in the editor by selecting multiple linesOption-Click / Shift-Option-Command / Shift-Option-ClickHold Alt and Click
Open the Invocation History Drawer located at the bottom of the IDE.Control-backtick (or Control + `)Control-backtick (or Ctrl + `)
Add a block comment to the selected code. SQL files will use the Jinja syntax ({# #}) rather than the SQL one (/* */).

Markdown files will use the Markdown syntax (<!-- -->)
Command-Option-/Control-Alt-/
0