Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Never Console Log AgainNew to Visual Studio Code? Get it now.
Never Console Log Again

Never Console Log Again

Tobias Eriksson

|
3 installs
| (0) | Free
A Visual Studio Code extension to quickly insert console.log() with a keyboard shortcut.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Never Console Log Again

Overview

"Never Console Log Again" is a Visual Studio Code extension that allows you to quickly insert console.log(); statements with keyboard shortcuts.

Features

  • Automatically wraps selected text with console.log( ... );
  • If no text is selected, inserts a console.log(); statement at the cursor position and places the cursor inside the parentheses.

Usage

Command

💡 Console Log Shortcuts

Quickly insert different console.log variations using keyboard shortcuts:

Shortcut (Windows/Linux) Shortcut (macOS) Output Description
Ctrl + Alt + C Cmd + Option + C console.log(...) Basic console.log
Shift + Alt + C Shift + Option + C console("...") Quick string logging
Ctrl + Shift + Alt + C Cmd + Shift + Option + C console.log(`...`) Template literal logging with backticks

Contributing

Feel free to submit issues or pull requests on the GitHub repository.

License

This extension is licensed under the MIT License. See the LICENSE file for more information.

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