1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Update content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
This commit is contained in:
Jules
2022-06-09 16:11:57 +02:00
committed by GitHub
parent 23e81c975e
commit fbf3639d79

View File

@@ -70,7 +70,7 @@ After installation, a {% data variables.product.prodname_copilot %} icon will ap
{% data variables.product.prodname_copilot %} can also generate code suggestions from comments. {% data variables.product.prodname_copilot %} can also generate code suggestions from comments.
{% data reusables.copilot.create-c-file %} {% data reusables.copilot.create-c-file %}
1. In the C# file, type the following comment: 1. In the C# file, type the following comment.
```csharp{:copy} ```csharp{:copy}
using System.Xml.Linq; using System.Xml.Linq;