About 400 results
Open links in new tab
  1. 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 programming language but …

  2. Inline suggestions from GitHub Copilot in VS Code - Visual Studio Code

    GitHub Copilot acts as an AI-powered pair programmer, automatically offering inline suggestions to complete your code, comments, tests, and more. It provides these suggestions directly in the editor …

  3. Editing Python in Visual Studio Code

    As you start typing a package name in the editor, a Code Action is available to automatically complete the line of source code. Hover over the text (marked with a squiggle) and select the Code Action light …

  4. Python in Visual Studio Code

    It leverages all of VS Code's power to provide auto complete and IntelliSense, linting, debugging, and unit testing, along with the ability to easily switch between Python environments, including virtual and …

  5. 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 highlighting, …

  6. GitHub Copilot in VS Code - Visual Studio Code

    Copilot provides inline code suggestions as you type, ranging from single line completions to entire function implementations. With next edit suggestions, it predicts the next logical code change based …

  7. GitHub Copilot in VS Code settings reference - Visual Studio Code

    This article lists the configuration settings for GitHub Copilot in Visual Studio Code. For general information about working with settings in VS Code, refer to User and workspace settings.

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

    All your code stays local – the model runs right on your computer - so there's no need to transmit code to a remote server for custom model training. This is enabled by our machine learning system …

  9. Setting up Visual Studio Code

    VS Code releases a new version each month with new features and important bug fixes. Most platforms support auto updating and you are prompted to install the new release when it becomes available.

  10. Copilot Next Edit Suggestions (preview) - Visual Studio Code

    Feb 12, 2025 · Agent mode in Copilot Edits is capable of iterating on its own code - recognizing errors and fixing them automatically, executing any terminal commands required to complete the requested …