Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Turbo Console debugLogNew to Visual Studio Code? Get it now.
Turbo Console debugLog

Turbo Console debugLog

idanSaban

|
6,439 installs
| (0) | Free
turbo-console-log with support for immutableJS objects
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Main Functionality


This extension make debugging much easier by automating the operation of writing meaningful log message.


forked from https://github.com/Chakroun-Anas/turbo-console-log

Usage


  • install immutable-js-debuglog
npm i immutable-js-debuglog --save-dev
  • As early as possible in your application, require immutable-js-debuglog.
require("immutable-js-debuglog");
  • Selecting the variable which is the subject of the debugging

  • Pressing ctrl + alt + D

The log message will be inserted in the next line relative to the selected variable like this:

console.debugLog("SelectedVariableEnclosingClassName -> SelectedVariableEnclosingFunctionName -> SelectedVariable", SelectedVariable)

You're more than welcome to participate in the development of the extension by creating pull requests and submitting issues, link of the project in github:

License


Based on turbo-console-log by Chakroun Anas https://github.com/Chakroun-Anas/turbo-console-log MIT ©


Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft