Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-js-consoleNew to Visual Studio Code? Get it now.
vscode-js-console

vscode-js-console

zqcccc

|
695 installs
| (1) | Free
Help insert and remove console.(*) statements
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode JS Console

Links: Github | Visual Studio Code Marketplace | issues

Features

support for multiple selections to console.log

Enjoy!

Usage

With selection:

  • Highlight a variable (or really any text)
  • Press Option+Cmd+v
  • The output will be: console.log('variable: ', variable);

With selection:

  • Highlight a variable (or really any text)
  • Press Option+Cmd+b
  • The output will be a console.log that can be log in browser with color;

Without selection:

  • Press Cmd+Shift+v
  • The output will be: console.log();

To remove console.logs:

  • Press Cmd+Shift+r
  • This will delete all console.log statements in the current document

Release Notes

0.0.1

support for multiple selections to console.log.

This repository was opened because the original author no longer maintains this extension, but has new feature requests

Thanks ⭐

whtouche/vscode-js-console-utils : The basis of this extension program

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