Command Interfaces
The Paradime Code IDE provides two powerful ways to access commands and features:Command Pallet Features
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
- Command Usage
- Use Command Palette (⌘⇧P) to discover and learn available commands
- Use Global Search (⌘K) for quick navigation between Paradime features
- 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
- Workspace Organization
- Use side-by-side editing to compare files
- Keep documentation preview open while editing markdown