In this tutorial, we show you how to set up IntelliSense for a JavaScript project.
Note: For IntelliSense with other programming languages, consult the language extension’s README. You can learn more about language support here.
Outline
- IntelliSense basics
- Parameter Info
- Go To Definition
- JSON IntelliSense
- Enabling IntelliSense for other languages
Learn More
- JavaScript IntelliSense - Define a JavaScript project with
jsconfig.json
to get IntelliSense across files. - Code Navigation - Move quickly through your source code.
- Node.js Tutorial - See IntelliSense in action for Node.js.
Next Video
- Debugging - Learn how to debug your application, including setting breakpoints and inspecting variables.