Our favorite plugins for our favorite editor :D
Created especially for our team, but you're welcome to use it if it fits your use case as well!
- Go to the Releases
- Download the .vsix binary.
- Open VSCode and go to the Extensions tab.
- Click the menu button (the 3 dots) and select 'Install from VSIX'. Choose the file you just downloaded.
- Enjoy!
If you would like to add a plugin to the pack, commit using the format:
Add <Plugin Name>
and insert a description of the plugin and a link to the marketplace page in the extended description. Don't forget to update the Readme as well!
In order to build a release of the plugin pack, you must install the Yeoman VSCode extension generator: sudo npm install -g yo generator-code vsce
Steps to update:
yo code
- Input the information found in
package.json
into the prompt for creating a new extension pack. - Copy the new content of the generated
package.json
(only the "extensionPack" area). - Update the README and CHANGELOG with all relevant change information.
- Run
vsce package
to create a .vsix file. Don't commit this file. - Publish a new release!
For more information, click here..
- Atom Keybinds
- Bracket Pair Colorizer
- Material Icon Theme
- EditorConfig for VS Code
- VS Live Share
- An Old Hope Theme
- Remote - SSH