Overview
JS/TS
PHP (Pro)
Settings
Log Function Type
Presentation
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.
Shortcuts
Here are all the available console method shortcuts:
- Console Log
Mac: ⌘K ⌘L | Windows/Linux: Ctrl+K Ctrl+LStandard logging for general debugging
- Console Info
Mac: ⌘K ⌘N | Windows/Linux: Ctrl+K Ctrl+NInformational messages and status updates
- Console Debug
Mac: ⌘K ⌘B | Windows/Linux: Ctrl+K Ctrl+BDebug-level messages for development
- Console Warn
Mac: ⌘K ⌘R | Windows/Linux: Ctrl+K Ctrl+RWarning messages for potential issues
- Console Error
Mac: ⌘K ⌘E | Windows/Linux: Ctrl+K Ctrl+EError messages and exception logging
- Custom Log
Mac: ⌘K ⌘K | Windows/Linux: Ctrl+K Ctrl+KUses 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