💡 Intellisense
Understanding how fancy autocompletion works
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 Code to perform autocompletion.
✨ Trick - Force Intellisense
Use the ctrl + space
key combination to force Intellisense to show up.