Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Console.easyNew to Visual Studio Code? Get it now.
Console.easy

Console.easy

junqili

|
1 install
| (0) | Free
Quickly add console.log statements for selected variables with a keyboard shortcut
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quick Console Log

A simple VS Code extension that allows you to quickly add console.log statements for selected variables.

Features

Select a variable or expression in your code and use the keyboard shortcut to instantly add a console.log statement for it.

For example, if you have the following code:

const name = 'lucy';
  1. Select the variable name
  2. Press the keyboard shortcut (Ctrl+Shift+L on Windows/Linux, Cmd+Shift+L on macOS)
  3. A new line will be added with: console.log("name", name);

This makes debugging much faster by eliminating the need to manually type console.log statements.

Installation

  1. Install the extension from the VS Code Marketplace
  2. Restart VS Code

Usage

  1. Select a variable or expression in your code
  2. Press Ctrl+Shift+L (Windows/Linux) or Cmd+Shift+L (macOS)
  3. A console.log statement will be inserted after the current line

Keyboard Shortcuts

  • Windows/Linux: Ctrl+Shift+L
  • macOS: Cmd+Shift+L

You can customize these shortcuts in the Keyboard Shortcuts settings of VS Code.

Requirements

No special requirements or dependencies.

Extension Settings

This extension does not add any VS Code settings.

Known Issues

None at this time.

Release Notes

0.0.1

Initial release of Quick Console Log.


Enjoy!

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