Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>fast-console-extensionNew to Visual Studio Code? Get it now.
fast-console-extension

fast-console-extension

lyric_vv

|
16 installs
| (0) | Free
console log statement
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Usage

With selection:

Highlight a variable (or really any text) Press ctrl+shift+l The output will be: console.log('${str}: ', ${str}); Without selection: Press Cmd+Shift+l 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

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

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