Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>quick-printNew to Visual Studio Code? Get it now.
quick-print

quick-print

miclon

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

Quick-Print Extension for Visual Studio Code

Quick-Print is a handy extension for Visual Studio Code that simplifies logging in your code. With just a dot notation, you can quickly print variable values, making debugging and troubleshooting a breeze.

Features

  • Easy Logging: Instantly log variable values by appending .print to them.
  • Multi-Language Support: Works seamlessly with multiple programming languages.
  • Customizable Output: Configure the output format to suit your needs.
  • Efficient Debugging: Enhance your debugging process with minimal code changes.

Installation

You can install the Quick-Print extension directly from the Visual Studio Code Marketplace.

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by using the keyboard shortcut Ctrl+Shift+X.
  3. Search for "Quick-Print" in the Extensions view search box.
  4. Click the Install button for the "Quick-Print" extension.

Usage

  1. Open a code file in Visual Studio Code.
  2. Place the cursor after the variable you want to log.
  3. Type a dot (.) followed by print.
  4. Press Enter, and the variable value will be logged to the console.

Configuration

You can customize the output format of the logged message by configuring the extension settings. To do this:

  1. Go to File > Preferences > Settings.
  2. Search for "Quick-Print" in the search box.
  3. Adjust the desired settings to format the log output according to your preferences.

Supported Languages

The Quick-Print extension supports various programming languages, including but not limited to:

  • JavaScript
  • TypeScript
  • Python
  • Java
  • C++
  • and more...

Feedback and Contributions

If you encounter any issues, have suggestions, or would like to contribute to the development of this extension, please visit our GitHub repository.

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