About 75 results
Open links in new tab
  1. Visual Studio Code - The open source AI code editor | Your home for ...

    Visual Studio Code is a free, open source AI code editor. Build with AI agents that plan, code, and debug for you. Manage multi-agent workflows across environments on Linux, macOS, and Windows.

  2. Review AI-generated code edits

    When you open a file that was changed, the editor shows an inline diff of the applied changes. When you close VS Code, the status of the pending edits is remembered and restored when you reopen …

  3. Reviewing and controlling agent changes - Visual Studio Code

    Review AI-generated changes in VS Code with diff controls, checkpoints, forks, and session steering for safe agent workflows.

  4. Staging and committing changes - Visual Studio Code

    Master Git staging and commits in VS Code with granular file control, AI-powered commit messages, visual diff reviews, and comprehensive change tracking tools.

  5. Inline chat - Visual Studio Code

    VS Code shows a diff with the code suggestion inline in the editor. Use Keep or Undo to accept or reject the changes. Inline chat in active editing sessions When a file belongs to an active chat editing …

  6. Resolve merge conflicts in VS Code

    Learn how to resolve Git merge conflicts in VS Code using inline editor actions, the 3-way merge editor, and AI-assisted resolution.

  7. Refactoring - Visual Studio Code

    Refactoring Source code refactoring can improve the quality and maintainability of your project by restructuring your code, while not modifying the runtime behavior. Visual Studio Code supports …

  8. Visual Studio Code 1.120

    May 13, 2026 · Document diff The new documentDiff proposed API exposes VS Code's built-in diff algorithm to extensions via workspace.getTextDiff(original, modified, options?). It returns a streaming …

  9. Working with GitHub in VS Code

    Working with GitHub in VS Code GitHub is a cloud-based service for storing and sharing source code. Using GitHub with Visual Studio Code lets you share your source code and collaborate with others …

  10. Debug chat interactions - Visual Studio Code

    Use Agent Logs and the Chat Debug view to inspect AI requests, tool invocations, and agent interactions in Visual Studio Code.