This extension pack for Visual Studio Code adds a bare minimum of useful tools for Angular development.
Install Angular Bare Essentials now.
This extension is a fork of the "Angular Essentials" by John Papa.
Some extensions in the Angular Essentials package is sometime a bit problematic, and they cannot be individually uninstalled or disabled when the pack is installed.
See the CHANGELOG for the latest changes
Note: Original source was not properly licensed, only mention of license was to look at the non-existing LICENSE.md. Any additional changes to the original fork, is licensed under MIT.
As web tools evolve, the usefulness of extensions come and go. I reserve the right to update the extension pack's contents up to my own discretion.
Here is the list of extensions the pack includes:
Angular Language Service, tslint, Path Intellisense, Sort lines, Angular v5 Snippets
First install the publish tool:
npm install -g vsce
Publish command:
vsce publish
Package without publish command:
vsce package
More information: https://code.visualstudio.com/docs/extensions/publish-extension