Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quick JS ToolBoxNew to Visual Studio Code? Get it now.
Quick JS ToolBox

Quick JS ToolBox

greenfroginthepond

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

Quick JS Tool Box

I have created this tool for myself. You can use it too. If you have more suggestion please create issue on github.

Welcome to the Visual Studio Code Toolbox Extension! This extension provides a set of convenient tools for quick actions within your code editor, simplifying tasks like moving code blocks, wrapping try-catch statements, and inserting console.log statements effortlessly.

Image

Features

  • Move Code Blocks: Easily shift lines or selected code up and down within your file for better organization and readability.
  • Wrap Try-Catch: Instantly encapsulate selected code with try-catch blocks to handle exceptions efficiently.
  • Insert Console.Logs: Swiftly add console.log statements around selected code segments for debugging purposes.

Installation

  1. Launch Visual Studio Code.
  2. Go to the Extensions view (Ctrl+Shift+X).
  3. Search for "Toolbox Extension".
  4. Click Install to install it.
  5. Reload Visual Studio Code.

Usage

Moving Code Blocks

  1. Select the code block or lines you want to move.
  2. Use the designated shortcut or find the action in the command palette.
  3. Enjoy the flexibility of rearranging your code effortlessly!

Wrapping Try-Catch

  1. Select the code you wish to wrap in a try-catch block.
  2. Access the wrapping action using the shortcut or command palette.
  3. Simplify error handling within your codebase!

Inserting Console.logs

  1. Highlight the section of code where you want to insert console.log statements.
  2. Utilize the extension's feature to automatically add console.log statements around the selected code.
  3. Streamline your debugging process with ease! .

Contribution

Coming soon.

License

This extension is licensed under the MIT License.

Acknowledgments

A special thanks to all contributors who have helped improve and develop this extension.

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