
IntelliSense - Visual Studio Code
Visual Studio Code IntelliSense is provided for JavaScript, TypeScript, JSON, HTML, CSS, SCSS, and Less out of the box. VS Code supports word-based completions for any …
Configure C/C++ IntelliSense - Visual Studio Code
IntelliSense is a helpful tool built into VS Code that provides various code editing features to help you code faster and more efficiently. For example, code completion, parameter info, syntax …
Code Navigation
Visual Studio Code is a first class editor - but it's also so much more with features such as IntelliSense and smart code navigation.
JavaScript in Visual Studio Code
See Working with JavaScript for information about VS Code's JavaScript IntelliSense, how to configure it, and help troubleshooting common IntelliSense problems.
C/C++ for Visual Studio Code
The next step is to learn more about the Microsoft C/C++ extension's language features such as IntelliSense, code navigation, build configuration, and debugging using one of the Tutorials in …
TypeScript in Visual Studio Code
IntelliSense shows you intelligent code completion, hover information, and signature help so that you can write code more quickly and correctly. VS Code provides IntelliSense for individual …
Rust in Visual Studio Code
IntelliSense features are provided by the Rust language server, rust-analyzer, which provides detailed code information and smart suggestions. When you first open a Rust project, you can …
Terminal Shell Integration - Visual Studio Code
When you use the IntelliSense feature for the first several times, the Learn More action is highlighted for extra discoverability. The suggest control can show extra details about the …
IntelliSense for cross-compiling - Visual Studio Code
This article is about configuring the C/C++ extension to provide proper IntelliSense (e.g. code completions) in Visual Studio Code when you compile for a different architecture than your …
Python in Visual Studio Code
IntelliSense is a general term for a number of features, including intelligent code completion (in-context method and variable suggestions) across all your files and for built-in and third-party …