Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Selected Variable into Console LogNew to Visual Studio Code? Get it now.
Selected Variable into Console Log

Selected Variable into Console Log

terzurumluoglu

|
3 installs
| (1) | Free
You can pass variable into console by using this extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JavaScript Snippets for VS Code

This extension contains code snippets for JavaScript in ES6 syntax for VS Code editor

Visit Market Place

Insert console.log()

Keyboard Shortcut:

  • Mac: Cmd + Shift + L
  • Windows: Ctrl + Shift + L
console.log("variable", variable); // selection
console.log(object); // no selection

License

MIT

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