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

vscode-js-console-utils-with-emoji

rimless-monokai

|
146 installs
| (0) | 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-utils-with-emoji

Fork from vscode-js-console-utils

preview

Installing

This extension is available for free in the Visual Studio Code Marketplace

Usage

With selection:

  • Highlight a variable (or really any text)
  • Press Cmd+Shift+L
  • The output (on a new line) will be: console.log('variable: ', variable);

Without selection:

  • Press Cmd+Shift+L
  • The output (on the same line) will be: console.log();

To remove console.logs:

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

Commands

name feature
extension.insertLogStatement Insert console.log in next line
extension.deleteAllLogStatements Delete all console.log

extension.insertLogStatement

License

MIT License

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