Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>QuickCLogNew to Visual Studio Code? Get it now.
QuickCLog

QuickCLog

Roulianosss

|
25 installs
| (0) | Free
An extension that automatically inserts console.log statements for selected variables in Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Variable Log Extension for VS Code

This extension allows you to quickly insert console.log statements before or after a selected variable in your code.

Features

  • Insert console.log before a variable: This command inserts a console.log statement before the selected variable in the active text editor.

  • Insert console.log after a variable: This command inserts a console.log statement after the selected variable in the active text editor.

Requirements

  • Visual Studio Code 1.50.0 or later

Installation

  1. Launch Visual Studio Code.
  2. Go to the Extensions view (Ctrl+Shift+X).
  3. Search for "Variable Log" and click Install.
  4. Restart Visual Studio Code (if required).

Usage

  1. Open a JavaScript or TypeScript file in the editor.
  2. Select the variable you want to log.
  3. Code Actions on the selected variable or use the command palette (Ctrl+Shift+P).
  4. Choose either "Insert console.log before line" or "Insert console.log after line" from the available commands.
  5. A console.log statement will be inserted at the appropriate position.

Known Issues

  • No known issues at the moment. If you encounter any problems, please report them in the Issues section of the GitHub repository.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your fork.
  5. Submit a pull request to the main repository.

License

This extension is released under the MIT License.

Contact

For any questions or suggestions, feel free to reach out to the project maintainer:

  • Roulianosss
  • Email: roulianosss@gmail.com
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft