Skip to content

Commit 523bf5e

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 1f8175d + e7e5b91 commit 523bf5e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/ide/visual-studio-github-copilot-chat.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: About GitHub Copilot Chat in Visual Studio
33
description: Learn about the fully integrated GitHub Copilot Chat in Visual Studio. Use the chat interface to ask coding-related questions from right within the IDE.
4-
ms.date: 12/18/2024
4+
ms.date: 2/19/2025
55
ms.topic: overview
66
author: anandmeg
77
ms.author: meghaanand
@@ -27,7 +27,8 @@ Copilot Chat provides AI assistance to help you make informed decisions and writ
2727
- **Code refinement**: get context-specific code suggestions & recommendations
2828
- **Unit testing**: generate unit tests
2929
- **[Profiling](../profiling/cpu-insights.md#get-ai-assistance)**: optimize code performance
30-
- **[Debugging](../debugger/debug-with-copilot.md)**: find issues and get proposed fixes to bugs and [exceptions](../debugger/debug-with-copilot.md#debug-an-exception-with-copilot).
30+
- **[Debugging](../debugger/debug-with-copilot.md)**: find issues and get proposed fixes to bugs and [exceptions](../debugger/debug-with-copilot.md#debug-an-exception-with-copilot)
31+
- **[Review and commit code](../version-control/git-make-commit.md)**: [generate commit messages](../version-control/git-make-commit.md#generate-commit-messages-with-github-copilot-chat) and [review local changes](../version-control/git-make-commit.md#review-local-changes-with-copilot-chat)
3132

3233
## Prerequisites
3334

docs/version-control/git-make-commit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ New in [**version 17.6**](/visualstudio/releases/2022/release-notes-v17.6): You
4646

4747
New in [**version 17.12**](/visualstudio/releases/2022/release-notes-v17.12): When you rename a file, you'll see a notification bar at the top of the **Git Changes** window informing you that a file was renamed, and prompting you to stage that change. This notification appears before you stage or commit anything. You might want to stage and commit the change before making other changes, in order to ensure that Git detects the change as a rename, not a deletion and addition of a new file.
4848

49+
### Review local changes with Copilot Chat
50+
4951
New in **version 17.13**: With [GitHub Copilot](../ide/visual-studio-github-copilot-install-and-states.md) installed, you can have GitHub Copilot review your code changes before you commit them. To use this feature, make sure that **Tools** > **Options** > **Preview Features** > **Pull Request Comments** is enabled, and also enable **Tools** > **Options** > **GitHub** > **Copilot** > **Source Control Integration** > **Enable Git preview features**.
5052

5153
In the **Git Changes** window, click on the **Review changes with Copilot** button, which looks like a comment icon with a sparkle.

0 commit comments

Comments
 (0)