I’ve been using Visual Studio Code more and more lately (Angular and other projects, plus it’s free!). In case you’re new to VSC, make sure you take a peek at the VSC keyboard shortcuts reference sheet.
The number one shortcut command I look up in any IDE is always how to toggle commenting on a line of code. In VSC, that’s ⌘/ or Ctrl+/ .
Another great one is ⇧⌥F or Shift+Alt+F to format your code so it’s easier to read.
Happy coding!