etalytics Angular Essentials - Extension Pack for VS Code
This etalytics extension pack for Visual Studio Code adds extensions that are useful for Angular development.
You can check out the list of extensions below.
Recommended Settings
Here are some recommended settings which are optional.
Editor settings
"editor.formatOnPaste": true,
"editor.formatOnType": false,
"editor.formatOnSave": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.suggestSelection": "first",
"editor.tabCompletion": "on",
"editor.wordWrap": "on",
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true
},
File settings
"files.trimTrailingWhitespace": true,
Prettier settings
"prettier.trailingComma": "all",
"prettier.singleQuote": true,
"prettier.arrowParens": "always",
"prettier.bracketSpacing": true,
Included
This extension pack includes the following extensions:
Extension |
Stats |
Angular Language Service |
|
Chrome Debugger |
|
Prettier |
|
Material Icon Theme |
|
Nx Console |
|
TSLint |
|
Path Intellisense |
|
Code Spell Checker |
|
Regex Previewer |
|
Angular2 Inline |
|
Move TS |
|
Auto Import |
|
Git History |
|
Git Lens |
|
IntelliCode |
|
Todo Highlight |
|
Todo Tree |
|
Angular2 Switcher |
|
Angular 8 Snippets |
|
Angular Schematics |
|
Auto File Name |
|
Better Comments |
|
Bracket Pair Colorizer |
|
Editor Config |
|
Angular HTML Template Syntax Highlighting |
|