Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.56 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.56 KB

Maersk Vue VSCode Extension Collection

A collection of the extensions used by developers working with Vue in VS Code at Maersk.

To make it easier for developers to install all the relevant extensions at once.

Extensions Include

  • ESLint: Integreates ESLint into VS Code. Used as a static code analysis tool for identifying problematic patterns found in JavaScript code.

  • stylelint: A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint.

  • Bracket Pair Colorizer 2: This extension allows matching brackets to be identified with colours. You can define which which tokens to match and which colours to use.

  • Import Cost: This extension will display inline in the editor the size of the imported package.

  • Vetur: Includes support for .vue files, including but not limited to: Syntax-highlighting, Emmet, Linting / Error Checking, Formatting, Auto Completion, Debugging

  • Thunder Client: Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code.

If there are any extensions you think should be included please feel free to contact me or mention them under issues.