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.
Here are some recommended settings which are optional.
"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
}, "files.trimTrailingWhitespace": true, "prettier.trailingComma": "all",
"prettier.singleQuote": true,
"prettier.arrowParens": "always",
"prettier.bracketSpacing": true,This extension pack includes the following extensions: