Overview
Features
Settings
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
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.
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 (").