@vsx-chakrounanas/turbo-console-log
Public// Description
Automated logging for JavaScript, TypeScript, and PHP. Insert, manage, and clean log messages with AST-powered precision.
// Readme
Open VSX#๐ Turbo Console Log
Official Website | Turbo Pro | GitHub Repository
##๐ Automated Logging for JavaScript/TypeScript and PHP
Turbo Console Log automates the process of writing meaningful log statements. Insert logs with a single keyboard shortcut, then manage them across your entire workspace with precision and speed.
###Two Editions
๐ Turbo Console Log (Free)
Focused on the active editor for JavaScript and TypeScript. Insert, comment, uncomment, and delete logs with keyboard shortcuts. Uses AST parsing to place logs correctly, even in complex code structures.
๐ Turbo Console Log Pro
Workspace-wide log management for JavaScript, TypeScript, and PHP. View all logs across your entire codebase in a tree view, delete logs by type across multiple files, filter and search logs instantly.
##๐ Free Version Features
The free version provides intelligent log insertion in your active editor:
###โจ Smart Log Insertion
- โบAST-Powered Precision โ Logs are placed correctly based on code structure, handling complex patterns like ternaries, destructuring, and nested expressions
- โบ7 Console Methods (JS/TS) โ Dedicated commands for
console.log,console.info,console.debug,console.warn,console.error,console.table, and custom log functions - โบPHP Methods (Pro only) โ Support for
var_dump(),print_r(),error_log(), and custom PHP logging functions - โบIndividual Shortcuts โ Each method has its own keyboard shortcut (โK combinations)
- โบMulti-Cursor Support โ Insert logs for multiple variables simultaneously
- โบCustomizable Format โ Configure prefixes, quotes, spacing, and context information
###๐ ๏ธ Log Management (Active Editor)
- โบComment All Logs โ Comment out all logs in the current file
- โบUncomment All Logs โ Restore previously commented logs
- โบDelete All Logs โ Remove all logs from the current file
- โบCorrect Log Messages โ Update file names and line numbers after refactoring
Best for: Single-file work, small projects, and everyday debugging tasks
###โจ๏ธ Keyboard Shortcuts
- โบ
โK โL(Ctrl+K Ctrl+L on Windows/Linux) โ Insert console.log - โบ
โK โEโ Insert console.error - โบ
โK โRโ Insert console.warn - โบ
โK โNโ Insert console.info - โบ
Alt+Shift+Dโ Delete all logs in current file - โบ
Alt+Shift+Cโ Comment all logs in current file - โบ
Alt+Shift+Uโ Uncomment all logs in current file
Full Documentation: Turbo Console Log Docs
##๐ Turbo Pro Features
For larger codebases with logs spread across many files, Pro provides workspace-wide visibility and management. See all logs across your entire workspace, delete logs by type across multiple files, and use advanced filtering and search.
Best for: Multi-file projects, teams, large codebases, and pre-commit cleanup workflows
###๐ฒ Workspace Log Explorer
Get a complete view of all logs in your project. The workspace explorer displays every log across all files in a native VS Code tree view.
- โบNavigate your entire workspace's logs from one panel
- โบClick any log to jump directly to its location in the code
- โบHandles large codebases efficiently (hundreds or thousands of files)
###๐งน Mass Cleanup Operations
Delete logs across multiple files at once. Select which log types to remove and the scope (workspace, folder, or file).
- โบChoose specific types:
console.log,console.error,console.warn, or all types - โบSet scope: entire workspace, specific folder, or single file
- โบProcess hundreds of logs quickly and reliably
###๐ฏ Real-Time Filtering
Filter logs by type to focus on what matters. Toggle log types and the tree view updates instantly.
- โบFilter by: log, error, warn, info, debug, table
- โบUpdates immediately without re-scanning
- โบColor-coded for quick visual identification (๐ฆ log, ๐ฅ error, ๐จ warn, ๐ฉ info, ๐ช debug, ๐ table)
###๐ Instant Search
Find logs by content across your workspace. Search results update as you type, and you can jump directly to any match.
- โบSearch across all workspace files
- โบReal-time results as you type
- โบClick to navigate directly to the log location
###โจ Additional Features
- โบContext Actions: Right-click any log for quick actions (comment, delete, correct)
- โบAuto-Correction: Automatically updates file names and line numbers after refactoring
- โบHide Logs: Temporarily hide logs by pattern, file, or folder
- โบSmart Detection: Recognizes both Turbo-generated logs and manually written console statements
###๐ Pro License Details
- โบโ Lifetime access โ One-time purchase, use forever
- โบโ Up to 5 machines โ Activate on multiple devices
- โบโ All future updates โ Includes all future features and improvements
- โบโ Priority email support โ Direct support at support@turboconsolelog.io
One-time payment, no subscription required.
See Pro in Action | Upgrade to Pro
##โ๏ธ Configuration
Both editions are fully customizable through VS Code settings. Access via Preferences > Settings and search for "Turbo Console Log".
###Log Message Format
- โบ
logMessagePrefixโ Customize the prefix (default:๐) - โบ
logMessageSuffixโ Customize the suffix (default::) - โบ
delimiterInsideMessageโ Separator between log elements (default:~) - โบ
quoteโ Quote style:"(double),'(single), or`(backticks) - โบ
wrapLogMessageโ Wrap log messages in curly braces
###Context Information
- โบ
includeFilenameโ Add file name to log output - โบ
includeLineNumโ Add line number to log output - โบ
insertEnclosingClassโ Include class name in logs (default:true) - โบ
insertEnclosingFunctionโ Include function name in logs (default:true)
###Spacing & Formatting
- โบ
insertEmptyLineBeforeLogMessageโ Add blank line before logs - โบ
insertEmptyLineAfterLogMessageโ Add blank line after logs - โบ
addSemicolonInTheEndโ Append semicolon to log statements
###Custom Logging
- โบ
logFunctionโ Custom log function name for the "Insert Custom Log" command (default:log)
###Notifications & Telemetry
- โบ
logCorrectionNotificationEnabledโ Show notifications when logs are corrected - โบ
isTurboTelemetryEnabledโ Anonymous usage analytics (respects VS Code global settings)
Full Settings Documentation: Settings Guide
##โ๏ธ Newsletter
Get updates on new features, releases, and Pro feature announcements.
##Contact
Support: support@turboconsolelog.io
Feedback: feedback@turboconsolelog.io
Sponsorship: sponsorship@turboconsolelog.io
##Contribute
Contributions are welcome! Report bugs, suggest features, or submit pull requests.
##License
Turbo Console Log is released under the Turbo Unicorn Custom License.
Free for personal and non-commercial use. Commercial use, redistribution, and Pro features are protected.
See the full LICENSE for details.
// Install
Open this extension directly in your IDE โ no CLI, no extra tools.
chakrounanas.turbo-console-logIf your IDE doesn't open automatically, copy the ID above and paste it into the Extensions view (โP โ ext install <id>).
// Source signals
- Publisher
- Verified โ
- Rating
- 2.0 (1)
- Downloads
- 367.8k
- Published
- 2026-04-26
- License
- SEE LICENSE IN LICENSE.txt
- Source
- repo
- Homepage
- link
Live from open-vsx.org. Refreshed hourly.
// Are you the author?
This listing is mirrored from Open VSX. Claim it to ship a native OXP build, customise the page, and respond to reviews.
Claim this listing// Package Info
- Version
- 3.21.2
- Owner
- @vsx-chakrounanas
- Downloads
- 360.8k
- Stars
- 0