Skip to content

2h3ph3rd/quasar-extension-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quasar Extension Pack for VS Code

Unofficial extension pack with recommended extensions by Quasar.

https://marketplace.visualstudio.com/items?itemName=francescopastore.quasar-extension-pack

Logo

Extensions included

  • Auto Rename Tag - Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.

  • Auto Close Tag - Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text does.

  • Bracket Pair Colorizer - This extension allows matching brackets to be identified with colours. The user can define which characters to match, and which colours to use.

  • ESLint - Integrates ESLint into VS Code.

  • Format in context menus - This VSCode extension allows the user to format one or multiple files with right-click context menu.

  • GitLens - Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more

  • Import Cost - This extension will display inline in the editor the size of the imported package. The extension utilizes webpack with babili-webpack-plugin in order to detect the imported size.

  • Sass - Indented Sass syntax highlighting, autocomplete & Formatter for VSCode

  • Sass Lint - Integrates the sass-lint linter into VS Code.

  • language-stylus - Adds syntax highlighting and code completion to Stylus files in Visual Studio Code.

  • npm - This extension supports running npm scripts defined in the package.json file and validating the installed modules against the dependencies defined in the package.json.

  • npm Intellisense - Visual Studio Code plugin that autocompletes npm modules in import statements.

  • Prettier - Code formatter using prettier

  • Sorting HTML and Jade attributes - Sorting of the tag attributes in the specified order

  • TODO Highlight - highlight TODOs, FIXMEs, and any keywords, annotations...

  • Vetur - Vue tooling for VS Code

  • Vue Peek - Allows peek and goto definition for Vue single-file components.

  • VS Code Icons - Icons for Visual Studio Code

Contributing

Please submit issues if you find bugs or other errors.

Feel free to submit a PR to get new extension be added to this pack.