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

Console Log Adder

Yash Mishra

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

Console Log Adder

This VSCode extension adds a console.log statement at the end of the current line in the active text editor.

Features

  • Adds a console.log(``); statement at the cursor position.
  • Positions the cursor inside the backticks for immediate input.
  • Quickly trigger the extension by pressing Alt+Q.
  • Useful when snippets are loading really slowly.

Usage

  1. Select the line where you want to add the console.log.
  2. Press Alt+Q to quickly add a console.log(``); statement.
  3. Start typing inside the backticks.

Installation

  1. Clone the repository.
  2. Open the folder in VSCode.
  3. Run npm install to install dependencies.
  4. Press F5 to open a new VSCode window with the extension loaded.

Contributing

Feel free to submit issues and pull requests.

License

This project is licensed under the MIT License.

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