Overview
Features
Settings
Insert a log message
This is the core feature of the Turbo Console Log extension. With Release v3.4.0, we've expanded beyond just console.log to provide complete console method coverage with 7 dedicated keyboard shortcuts for every console type. Simply select the variable you want to debug or hover over it, then use the appropriate keyboard shortcut for the console method you need.
Complete Console Method Coverage
Here are all the available console methods with their dedicated shortcuts:
- Console Log: Standard logging for general debugging
Mac: ⌘K ⌘L | Windows/Linux: Ctrl+K Ctrl+L
- Console Info: Informational messages and status updates
Mac: ⌘K ⌘N | Windows/Linux: Ctrl+K Ctrl+N
- Console Debug: Debug-level messages for development
Mac: ⌘K ⌘B | Windows/Linux: Ctrl+K Ctrl+B
- Console Warn: Warning messages for potential issues
Mac: ⌘K ⌘R | Windows/Linux: Ctrl+K Ctrl+R
- Console Error: Error messages and exception logging
Mac: ⌘K ⌘E | Windows/Linux: Ctrl+K Ctrl+E
- Console Table: Tabular data display for objects and arrays
Mac: ⌘K ⌘T | Windows/Linux: Ctrl+K Ctrl+T
- Custom Log: Your custom log function from settings
Mac: ⌘K ⌘K | Windows/Linux: Ctrl+K Ctrl+K
Example:
Enhanced with Turbo Pro: Color-Coded Visual Experience
With Turbo Pro, experience the ultimate debugging workflow with color-coded console methods in the native VSCode tree panel. Each console type displays in its unique color throughout the tree view, making debugging faster and more intuitive than ever.
