Skip to content

Commit 697acac

Browse files
Merge pull request #6082 from TylerMSFT/ai
intro github copilot
2 parents 2d6badf + de4b076 commit 697acac

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/build/vscpp-step-0-installation.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: Install C and C++ support in Visual Studio
33
description: "Learn how to install Visual Studio with support for Microsoft C and C++ and related workloads."
4-
ms.date: 03/18/2025
4+
ms.date: 09/09/2025
55
ms.topic: tutorial
66
ms.devlang: "cpp"
77
ms.custom:
88
- vs-acquisition
99
- intro-installation
1010
- sfi-image-nochange
11+
- copilot-scenario-highlight
1112
---
1213
# Install C and C++ support in Visual Studio
1314

@@ -114,6 +115,21 @@ You can reduce the installation footprint of Visual Studio on your system drive.
114115

115116
1. Visual Studio opens your new project, and you're ready to code!
116117

118+
### Step 9 - Install GitHub Copilot
119+
120+
You can use GitHub Copilot in Visual Studio to help with your C++ development. Copilot is an AI-powered coding assistant that helps you write code faster, reduce errors, and explore new solutions.
121+
122+
Some benefits of using Copilot for your C++ coding scenarios:
123+
- Generate entire C++ functions or classes as you type.
124+
- Suggest code completions based on plain-language comments or prompts.
125+
- Get help with complex algorithms, data structures, and standard library usage.
126+
- Learn new APIs and modern C++ patterns through in-context examples.
127+
- Receive context-aware suggestions based on your comments or code.
128+
- Debug errors in your code.
129+
- Simplify and refactor existing code.
130+
131+
To install GitHub Copilot, see [Manage GitHub Copilot installation and state](/visualstudio/ide/visual-studio-github-copilot-install-and-states).
132+
117133
::: moniker-end
118134

119135
::: moniker range="msvc-160"

0 commit comments

Comments
 (0)