This pack is geared towards frontend Vue project development.
- Alphabetical Sorter
- Auto Complete Tag
- Babel Javascript
- Bracket Pair Colorizer
- CodeMetrics
- Debugger for Chrome
- Docker
- DotENV
- ESLint
- gitignore
- GitLens
- Hightlight Matching Tag
- HTML CSS Support
- Import Cost
- indent-rainbow
- Indenticator
- IntelliCode
- LintLens
- markdownlint
- NPM Intellisense
- Path Intellisense
- Prettier
- Regex Previewer
- Shell Format
- Stylelint
- Table Formatter
- TODO Highlight
- Todo Tree
- Turbo Console Log
- Vetur
- vscode-icons
- Vue Peek
- Vue VSCode Snippets
- YAML
- clone the pack's repository.
- [optional] you can clear all preexisting vscode extensions by deleting all the files in your
~/.vscode/extensions
folder (linux/mac) or%USER%\\.vscode\extensions
(windows). - install the .vsix file by executing
code --install-extension 3yourmind-frontend-recommended-0.0.2.vsix
in your terminal (in the root folder of the cloned repository).
- install the Visual Studio Core Extension globally by executing
npm install -g vsce
in your terminal. - create a branch for your changes.
- make your changes to the
extensionPack
section ofpackage.json
. - update
README.md
(and if necessary alsoCHANGELOG.md
) accordingly. - in the root folder of the repo run
vsce package
. - submit a pull request with your changes and include a description.