Shortcuts
Last updated
Last updated
The Paradime Code IDE offers a variety of shortcuts similar to those in VS Code, designed to streamline your dbt™ development process. Our shortcuts are categorized into two key areas:
Keyboard Shortcuts: Discover various keyboard commands to make dbt development more efficient.
Code IDE UI Shortcuts: Explore different buttons and right-click functionalities to enhance productivity.
Below are a list of keyboard shortcuts to simplify readability of code, bring consistency to your project, and make your dbt™ develolpment more efficient:
Command | Keyboard Shortcut (Mac) | Keyboard Shortcut (Windows) |
---|---|---|
Transform to kebab case |
|
|
Transform to upper case |
|
|
Transform to lowercase |
|
|
Transform to snake case |
|
|
Transform to title case |
|
|
Sort lines asc |
|
|
Sort lines desc |
|
|
Delete duplicated lines |
|
|
You can also drag and drop files in the editor to create new editor groups and move editors between groups.
You can preview your Markdown files by clicking on the markdown preview button on the top-right of your selected .md
file. The preview tab will update automatically as you edit your markdown file.
Keyboard Shortcut:
macOS
⌘D
Windows
Ctrl+D
Using ⌘D
you can select the next occurrence after the one you selected, so you can add a cursor to next occurrences of the current selection one by one.
Keyboard Shortcut:
macOS
⇧⌥↑ or ⇧⌥↓
Windows
Shift+Alt↑ or Shift+Alt+↓
Keyboard Shortcut:
macOS
⌥↑ or ⌥↓
Windows
Alt↑ or Alt+↓