About 50 results
Open links in new tab
  1. IntelliSense - Visual Studio Code

    IntelliSense IntelliSense is a general term for various code editing features including: code completion, parameter info, quick info, and member lists. IntelliSense features are sometimes called by other …

  2. Configure C/C++ IntelliSense - Visual Studio Code

    Configure C/C++ IntelliSense This article is about configuring the C/C++ extension to provide C++ specific IntelliSense suggestions in Visual Studio Code. IntelliSense is a helpful tool built into VS …

  3. Editing Python in Visual Studio Code

    Editing Python in Visual Studio Code For the full list of available IntelliSense controls, you can reference the Python extension code analysis settings and autocomplete settings. You can also customize the …

  4. JavaScript in Visual Studio Code

    VS Code provides IntelliSense within your JavaScript projects; for many npm libraries such as React, lodash, and express; and for other platforms such as node, serverless, or IoT. See Working with …

  5. Editing and Navigating C++ Code

    When IntelliSense is enabled, the Visual Studio Code C/C++ extension supports semantic colorization. For more information about setting colors for classes, functions, variables, and more, see Enhanced …

  6. IntelliCode for C# Dev Kit - Visual Studio Code

    The IntelliSense list Starred suggestions This extension provides AI-assisted IntelliSense by showing recommended completion items for your code context at the top of the completions list. When it …

  7. 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 the …

  8. IntelliSense for cross-compiling - Visual Studio Code

    IntelliSense for cross-compiling 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 …

  9. Code Navigation - Visual Studio Code

    Visual Studio Code is a first class editor - but it's also so much more with features such as IntelliSense and smart code navigation.

  10. Working with JavaScript - Visual Studio Code

    Working with JavaScript This topic describes some of the advanced JavaScript features supported by Visual Studio Code. Using the TypeScript language service, VS Code can provide smart completions …