
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.
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 …
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 …
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.
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 …
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.
Source Control in VS Code
Learn how to use VS Code's integrated Git source control features like staging, committing, branching, merge conflict resolution, and GitHub integration.
Jupyter Notebooks in VS Code
Jupyter Notebooks in VS Code Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and executable Python source code on one canvas called a …
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 …
Visual Studio Code tips and tricks
Visual Studio Code tips and tricks Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, …