About 400 results
Open links in new tab
  1. Unity Development with VS Code

    The Unity extension is published by Microsoft. Installing the Unity extension installs all its dependencies required to write C# with Visual Studio Code, including the C# Dev Kit.

  2. Testing with C# Dev Kit - Visual Studio Code

    C# Dev Kit now supports code coverage via the VS Code Code Coverage APIs. This feature allows you to measure the effectiveness of your tests by showing which lines of code are …

  3. Working with C# - Visual Studio Code

    You can use the GitHub Copilot extension in VS Code to generate code, or to learn from the code it generates. GitHub Copilot provides suggestions for numerous languages and a wide variety …

  4. Refactoring - Visual Studio Code

    The UI elements and VS Code commands for refactoring are the same across the different languages. This article demonstrates refactoring support in VS Code with the TypeScript …

  5. Documentation for Visual Studio Code

    Find out how to set-up and get the most from Visual Studio Code. Optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on …

  6. Visual Studio Code - The open source AI code editor

    Customize VS Code with AI-powered functionality from extensions and Model Context Protocol servers to use in Chat. Or, build your own extension to power your team's unique scenarios.

  7. Settings Sync - Visual Studio Code

    Settings Sync lets you share your Visual Studio Code configurations such as settings, keyboard shortcuts, and installed extensions across your machines so you are always working with your …

  8. Getting Started with C# in VS Code - Visual Studio Code

    This getting started guide introduces you to C# and .NET for Visual Studio Code through the following tasks: Installing and setting up your VS Code environment for C#.

  9. MCP developer guide | Visual Studio Code Extension API

    A comprehensive guide for developers building MCP servers that work with Visual Studio Code.

  10. Debugging - Visual Studio Code

    Logpoints (also known as Tracepoints in Visual Studio) allow you to send output to Debug Console without editing code. They're different from breakpoints because they don't stop the …