Turbo Console Log

1,881,831 installs

(83)

JavaScript Logo
TypeScript Logo
Rocket Image

Automating the process of writing meaningful log messages.

Turbo Console Log Logo

Extension of the week by official Visual Studio Code YouTube channel 06-08-2023

v3.20.0: Try Turbo Pro Free - 2 Hours, Zero Commitment 🎁

Turbo Pro Trial
Experience all Pro features free for 2 hours - no credit card required

v3.20.0 introduces instant 2-hour Pro trials with zero friction - no credit card, no commitment, no gatekeeping. Click one button inside VS Code and you're exploring the full Turbo Pro experience: Advanced Logs Panel with instant search and filtering, smart cleanup tools with Git integration, workspace-wide log analytics showing hotspots and duplicates, plus all upcoming Pro features. We built this trial system because you should experience the value before deciding, not trust marketing promises. The article breaks down the trial workflow architecture: secure license key generation, Firestore-backed trial management, intelligent notification system with A/B tested variants, and seamless conversion to paid license. Read how we engineered a frictionless trial that respects your time and privacy.

"Just a perfect tool! That's it, nothing to add."

β€” Maciej Guzek

Real reviews from the VS Code Marketplace

"I just can't live without this extension. The setup is super easy and flexible and the shortcut makes it super handy. The Pro Plan is super worthy for someone who uses it on a daily basis, since it unblocks organizing features you'll find yourself wanting during development."

Caio Lemos

"I had this extension installed for far too long before realising its full potential. Having upgraded to Pro, you get a ton more additional, helpful settings and views to help you navigate your console statements."

Rob Kendal

"This is one of the best extensions I've installed in VS Code. Managing my console logs makes it so easy for me to make sure I don't leave logging unnecessarily active in my code."

Kristian Serrano

Turbo Pro: Ultimate Workspace Log Manager

Turbo Freemium

Manages only Turbo logs in your active editor. Perfect for single-file debugging with intelligent log insertion.

Turbo PRO

Lists and manages all logs across your entire workspace. Complete visibility and control over every console statement in your project.

Features

  • Workspace-wide tree view: see every log across all files
  • Instant search: find any log by content in seconds
  • Smart filtering: show/hide logs by type (log, error, warn, info, etc)
  • Bulk cleanup: comment, uncomment or delete multiple logs at once
  • Multi-language: JavaScript, TypeScript, PHP support

See Mass Cleanup In Action 🧹

Watch how Turbo Pro mass cleanup works. Configure the logs to comment, uncomment or delete, and execute the action on the entire workspace, specific folders, or individual files instantly.

Deleted 400+ logs across dozens of files instantly

πŸ’‘ Pro Tip: Use Turbo to insert logs during development, then before pushing, delete them by selecting "Turbo Log Only" from the cleanup config and watch them all disappear instantly!

Core Features

Insert log message

Mac: cmd + k, cmd + l | Windows: ctrl + k, ctrl + l

Comment log message

Mac: shift + option + c | Windows: shift + alt + c

Uncomment log message

Mac: shift + option + u | Windows: shift + alt + u

Delete log message

Mac: shift + option + d | Windows: shift + alt + d

Correct log message

Mac: shift + option + x | Windows: shift + alt + x

Settings

  • Log message prefix

    default πŸš€

  • Log message suffix

    default :

  • Log message quote

    default ""

  • Log type

    default log

  • Log function

    default console.log

  • Delimiter

    default ~

  • Add semicolon

    default true

  • Insert class

    default false

  • Insert function

    default false

  • File name

    default true

  • line number

    default true

  • Wrap log message

    default false

  • Empty line around

    default false