Overview

Motivation

Statistics

Features

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

Join the Turbo Tribe

30% Off

Subscribe to our newsletter to receive the latest updates, contribute to Turbo's future through surveys, and get an automatic 30% discount on Turbo Pro!

Get Latest Updates

Shape Turbo's Future

30% Off Turbo Pro

Get 30% off • Shape the future • Zero spam

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.

Turbo Pro Panel showing color-coded console methods