Auto Rename Tag - automatically renames paired HTML/XML tag, same as Visual Studio IDE does.
Better Comments - helps you create more human-friendly comments in your code.
GitLens - supercharges the Git capabilities built into VS Code. ,
TSLint - adds tslint to VS Code using the TypeScript TSLint language service plugin.,
Prettier- an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
Output Colorizer- adds syntax colorization for both the output/debug/extensions panel and *.log files.
npm Intellisense - autocompletes npm modules in import statements.
Node npm scripts - supports running npm scripts defined in the package.json file and validating the installed modules against the dependencies defined in the package.json.
HTML CSS Support -HTML id and class attribute completion for VS Code.
CSS Peek - adds Go To Definition and Go To Symbol in Workspace support for css/scss/less (classes and IDs) found in strings within the source code.