Skip to main content
The Paradime Code IDE offers various keyboard shortcuts and UI features designed to streamline your dbt™ development process. These include text transformations, user interface preferences, multi-cursor operations, file management, and markdown previews, all aimed to help you work more efficiently.

Command Interfaces

The Paradime Code IDE provides two powerful ways to access commands and features:

Command Pallet Features

Other applications may override these keyboard shortcuts in Paradime. If a shortcut isn’t working as expected, check for conflicts with other applications.

Text Tranformations

Quickly modify text case and formatting to maintain consistent naming conventions:

Text Sorting and Cleanup

Organize your code and maintain cleanliness:

Multi Cursor Operations

Edit multiple locations simultaneously to improve coding efficiency:
Use ⌘D to progressively select multiple occurrences for bulk editing:

Line Operations

Efficiently manage and reorganize code lines:

User Interface Formatting Shortcuts

Side-by-Side Editing

Compare and edit multiple files simultaneously by creating editor groups. Simply drag and drop files to create new groups:

Markdown Preview

Preview your documentation in real-time while editing markdown files. Click the preview button in the top-right corner of any .md file:
Best Practices
  1. Command Usage
    • Use Command Palette (⌘⇧P) to discover and learn available commands
    • Use Global Search (⌘K) for quick navigation between Paradime features
  2. Keyboard Efficiency
    • Start with basic text transformations before advanced operations
    • Practice multi-cursor operations for bulk editing tasks
    • Check for shortcut conflicts if commands aren’t working
  3. Workspace Organization
    • Use side-by-side editing to compare files
    • Keep documentation preview open while editing markdown