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

Custom quote

Turbo Console Log offers the possibility to choose the type of quote to use in your log messages with the quote setting. This feature enables a smoother integration with your current coding style or project's conventions.


Usage

  1. To modify the Custom Quote setting:

    Navigate to VS Code settings: File → Preferences → Settings (or Code → Preferences → Settings on Mac). Search for "Turbo Console Log" and locate the quote setting. Choose the preferred type of quote (double quotes, single quotes, or backtick) from the dropdown menu.


  2. In your code:

    Once you've chosen the quote type, it will be reflected in your log messages. For instance, if you select single quotes, the log message would look like this:

console.log('🚀 ~ SelectedVariable:', 'SelectedVariable');

The quote setting provides additional customization options, allowing you to ensure that the log messages generated by Turbo Console Log align with your codebase;'s style and formatting guidelines. The default quote type is the double quote (").