Overview

Motivation

Statistics

JS/TS

Insert a log message

Comment inserted log messages

Uncomment log messages

Delete log messages

Correct log messages

PHP (Pro)

Insert a log message

Comment inserted log messages

Uncomment log messages

Delete log messages

Correct log messages

Settings

Custom Prefix

Custom Suffix

Log Function Type

Log Function Name

Custom delimiter

Custom quote

Use semicolon

Enclosing class

Enclosing function

Include file name and line number

Include file name

Include line num

Wrap log message

Line before log message

Line after log message

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+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

  • 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