Overview
Features
Settings
Log Function Type
Starting from v3.4.0, instead of changing settings to switch between log types, you can now use dedicated keyboard shortcuts for each console method. This eliminates the need to modify settings and provides instant access to the exact console method you need.
Shortcut Commands for All Console Methods
Here are all the available console method shortcuts:
- Console Log
Mac: ⌘K ⌘L | Windows/Linux: Ctrl+K Ctrl+L
Standard logging for general debugging
- Console Info
Mac: ⌘K ⌘N | Windows/Linux: Ctrl+K Ctrl+N
Informational messages and status updates
- Console Debug
Mac: ⌘K ⌘B | Windows/Linux: Ctrl+K Ctrl+B
Debug-level messages for development
- Console Warn
Mac: ⌘K ⌘R | Windows/Linux: Ctrl+K Ctrl+R
Warning messages for potential issues
- Console Error
Mac: ⌘K ⌘E | Windows/Linux: Ctrl+K Ctrl+E
Error messages and exception logging
- Console Table
Mac: ⌘K ⌘T | Windows/Linux: Ctrl+K Ctrl+T
Tabular data display for objects and arrays
- Custom Log
Mac: ⌘K ⌘K | Windows/Linux: Ctrl+K Ctrl+K
Uses your custom log function from settings
This new approach provides several advantages:
No context switching: Stay in your code while choosing the exact console method you need
Instant access: All console methods are just a keyboard shortcut away
Visual feedback: With Turbo Pro, see color-coded logs in the tree panel for instant visual recognition