Skip to content

Commit 51cf1d8

Browse files
committed
Add new completions mode
1 parent fb47d5d commit 51cf1d8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
12.9 KB
Loading

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: About GitHub Copilot Completions in Visual Studio
33
description: Use GitHub Copilot completions in Visual Studio to use AI assistance to generate information about your code, including suggested edits and new code snippets.
4-
ms.date: 2/11/2025
4+
ms.date: 3/27/2025
55
ms.topic: overview
66
author: anandmeg
77
ms.author: meghaanand
@@ -105,6 +105,21 @@ Select **View code matches** to see detailed information in GitHub Copilot logs
105105
106106
Code referencing enables you to make an informed decision on using code attribution or removing the code from your project.
107107
108+
## Completions model
109+
110+
GPT-4o Copilot code completions model is available for GitHub Copilot in Visual Studio version 17.14 Preview 2 or later.
111+
To try the new model for better suggestions and performance, select **GPT-4o Copilot** from the **Copilot Completions Model** dropdown in **Tools > Options > GitHub > Copilot > Copilot Completions**. You can also access **Settings > Options** from the Copilot badge in the upper right corner of the IDE.
112+
113+
:::image type="content" source="media/vs-2022/visual-studio-github-copilot-extension/completions-model-picker.png" alt-text="Screenshot that shows the Completions Model Picker.":::
114+
115+
If you don’t see the new GPT-4o model in the dropdown, try restarting Visual Studio to retreive the latest model list.
116+
117+
### Access
118+
119+
- If you're a Copilot Pro user, the new model is available for you in 17.14 Preview 2 and later.
120+
- If you're a Copilot Business or Enterprise user, your administrator needs to enable this model for your organization by opting in to [**Editor preview features**](https://docs.github.com/en/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#about-policies-for-github-copilot) in the Copilot policy settings on *github.com*.
121+
- If you're a [Copilot Free](copilot-free-plan.md) user, using this model counts towards your 2,000 free monthly completions.
122+
108123
## Exploring GitHub Copilot
109124
110125
To see GitHub Copilot in action, check out the following video tutorial. <br><br>*Video length: 1.19 minutes*

0 commit comments

Comments
 (0)