Debug angular apps inside chrome
easily cycle through different settings (your probably only want this if you teach and want different font size / color scheme while using an overhead projector)
syntax highlighting / code completion for inline html and css
easily switch between html - ts - css
alt-o shift-alt-o : html and back
alt-i shift-alt-i : css and back
alt-u shift-alt-u : ts and back
Shows a preview of svg images inside vs code
Collaboratively edit and debug with others in real time, works suprisingly well. Remember this plugin when you work on projecten3
shows next to an import how many kB it will take (zipped and unzipped)
automatically formats your code
add the following to your user settings:
    "editor.formatOnSave": true,
    "prettier.singleQuote": true,
    "prettier.eslintIntegration": true,
    "prettier.tabWidth": 2,
Vim
enables Vim keybindings, normal / insert / visual mode etc.
adds icons to (many) filetypes in the filelist
'polaroids for your code', easily create (decent looking) code screenshots