|
1 | 1 | ---
|
2 | 2 | title: AI-assistance for developers in Visual Studio
|
3 | 3 | description: Learn about the AI-assisted development tools in Visual Studio, such as GitHub Copilot Completions and Chat, and IntelliCode, and how they can help you write code more efficiently.
|
4 |
| -ms.date: 12/18/2024 |
| 4 | +ms.date: 2/5/2025 |
5 | 5 | ms.topic: overview
|
6 | 6 | author: anandmeg
|
7 | 7 | ms.author: meghaanand
|
@@ -103,17 +103,17 @@ The following table compares the capabilities of GitHub Copilot (and GitHub Copi
|
103 | 103 | | Whole function & multi-line completions in gray text | **Yes** <br/>[Learn more](visual-studio-github-copilot-extension.md#how-github-copilot-works) | No |
|
104 | 104 | | Repeated edits detection | No | **Yes** <br/>[Learn more](intellicode-suggestions.md)|
|
105 | 105 | | Convert Natural language comments to code| **Yes** <br/>[Learn more](visual-studio-github-copilot-extension.md#how-github-copilot-works) | No |
|
106 |
| -| Solve code problems with Natural language driven dev assistance | **Yes**, with Chat extension enabled. <br/>[Learn more](visual-studio-github-copilot-chat.md#use-copilot-chat-in-visual-studio)| No | |
107 |
| -| Code debugging | **Yes**, with Chat extension enabled. <br/>[Learn more](../debugger/debug-with-copilot.md)| No | |
108 |
| -| Measure app performance through profiling | **Yes**, with Chat extension enabled. <br/>[Learn more](https://devblogs.microsoft.com/visualstudio/simplified-code-refinement-and-debugging-with-github-copilot-chat/#cpu-usage-auto-insights-in-the-profiler) | No | |
| 106 | +| Solve code problems with Natural language driven dev assistance | **Yes**, with Copilot Chat. <br/>[Learn more](visual-studio-github-copilot-chat.md#use-copilot-chat-in-visual-studio)| No | |
| 107 | +| Code debugging | **Yes**, with Copilot Chat. <br/>[Learn more](../debugger/debug-with-copilot.md)| No | |
| 108 | +| Measure app performance through profiling | **Yes**, with Copilot Chat. <br/>[Learn more](https://devblogs.microsoft.com/visualstudio/simplified-code-refinement-and-debugging-with-github-copilot-chat/#cpu-usage-auto-insights-in-the-profiler) | No | |
109 | 109 | | API usage examples | No | **Yes** <br/>[Learn more](https://devblogs.microsoft.com/visualstudio/intellicode-api-usage-examples/)|
|
110 | 110 | | Languages supported | Supports several programming languages and frameworks, including but not limited to: C#, C++, Python, JavaScript, and TypeScript| C#, XAML, C++, JavaScript, TypeScript, Visual Basic |
|
111 | 111 |
|
112 | 112 | ## Next steps
|
113 | 113 |
|
114 | 114 | To learn more, consider exploring the following resources:
|
115 | 115 |
|
116 |
| -- [GitHub Copilot extension: Getting started](visual-studio-github-copilot-extension.md) |
117 |
| -- [GitHub Copilot Chat extension: Getting started](visual-studio-github-copilot-chat.md) |
| 116 | +- [GitHub Copilot Completions](visual-studio-github-copilot-extension.md) |
| 117 | +- [GitHub Copilot Chat](visual-studio-github-copilot-chat.md) |
118 | 118 | - [GitHub Copilot: Compare plans](https://github.com/features/copilot)
|
119 | 119 | - [GitHub Copilot Trust Center](https://resources.github.com/copilot-trust-center/)
|
0 commit comments