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

Insert a log message

Presentation

This is the core feature of the Turbo Console Log extension. It goes beyond console.log to provide complete console method coverage with six dedicated keyboard shortcuts for six console types.

Simply select the variable you want to debug or hover over it, then use the appropriate keyboard shortcut for the console method you need.

Shortcuts

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
Insert a "console.log" message for the selected variable.
Console Info: Informational messages and status updates
Mac: ⌘K ⌘N | Windows/Linux: Ctrl+K Ctrl+N
Insert a "console.info" message for the selected variable.
Console Debug: Debug-level messages for development
Mac: ⌘K ⌘B | Windows/Linux: Ctrl+K Ctrl+B
Insert a "console.debug" message for the selected variable.
Console Warn: Warning messages for potential issues
Mac: ⌘K ⌘R | Windows/Linux: Ctrl+K Ctrl+R
Insert a "console.warn" message for the selected variable.
Console Error: Error messages and exception logging
Mac: ⌘K ⌘E | Windows/Linux: Ctrl+K Ctrl+E
Insert a "console.warn" message for the selected variable.
Custom Log: Your custom log function from settings
Mac: ⌘K ⌘K | Windows/Linux: Ctrl+K Ctrl+K
Insert your custom log message for the selected variable.

Pro: See All Your Logs And Manage Them In One Place

After inserting logs across multiple files, finding and navigating them becomes the challenge. Turbo Pro automatically gathers every log from your entire workspace into a native VS Code tree panel. Click any log to jump straight to its source line - no searching, no scrolling through files.

Beyond visualization, you get powerful management: filter logs from the tree view using multiple criteria, search by content, and execute mass cleanup operations across your entire project.

600+ logs across 100+ files loaded in one second