vinirossa / vscode-usefultools-pack

A collection of VSCode useful extensions for your development routine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful Tools Extension Pack

A collection of useful extensions to increase your productivity while you code, created by vinirossa

Included extensions

Visual

Tools

Personal Use

Want to install only some extensions?

To install only some of the fonts, just edit the package.json file removing the unwanted extensionPack consequences and then follow the procedures below to install locally.

How to develop and install locally

  • Clone the repository
$ git clone https://github.com/vinirossa/vscode-usefultools-pack
  • Install vsce
$npm install -g vsce
  • Create the extension package
$vsce package
  • Install the extension via the .vsix file
  1. Open VS Code
  2. Select Extensions from the menu
  3. Click More > Install from VSIX...
  4. Select the reloaded-extension-pack-x.x.x.vsix file
  5. Click Reload Now to reload the VS Code

For more information

About

A collection of VSCode useful extensions for your development routine.

License:MIT License