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

Correct log messages

Presentation

When you move or refactor code, log messages can become outdated with incorrect file names and line numbers. Turbo Console Log provides a dedicated command to correct all log messages, ensuring they remain accurate and continue pointing to the right locations.

This feature is essential for maintaining reliable debugging information after code reorganization, preventing confusion from outdated log references that no longer match your actual codebase structure.

Shortcut

Simply press the keyboard shortcut to correct all Turbo Console Log messages in the active file:

Mac: ⌥⇧X | Windows/Linux: Alt+Shift+X
Correct all Turbo Console Log messages in the current file with a single keystroke.

Pro: Auto-Correction Enabled

Turbo Pro eliminates manual correction entirely. With auto-correction enabled by default, the extension automatically updates all log messages whenever you make changes to your code. Your debugging memory stays perfectly synchronized with your actual codebase.

The tree panel always displays accurate file names and line numbers in real-time, ensuring you can trust your debugging context without ever thinking about manual corrections. Turbo Pro keeps everything in sync automatically.

Turbo Pro: Automatic correction keeps all log messages synchronized with your codebase