Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Auto Console.LogNew to Visual Studio Code? Get it now.
Auto Console.Log

Auto Console.Log

Onur Karakaş

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

Auto Console.Log

With this plugin:

Automatically creates a console.log for a text or variable you select while writing code.

Log content is printed in 3 different formats. For example:

  • If what you select is variable (example); Ctrl+Alt+J will output "console.log(example);" on the next line.

  • If what you select is plain text (example); Ctrl+Alt+K will output "console.log('example');" on the next line.

  • If what you have selected is a variable (example) and you want to distinguish it from other output on the console screen; Ctrl+Alt+L will output "console.log('example', example);" on the bottom line.

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