Tasks
- Make sure you have the VS Code extension installed for your preferred language. TypeScript and JavaScript work out of the box.
β¨ Trick - Dig into Intellisense
Right click on any symbol in the editor and select Go to Definition or Peek Definition. The type definition file is used by VS Codeto perform autocompletion.
β¨ Trick - Force Intellisense
Use the ctrl + space
key combination to force Intellisense to show up.