GPT-4o Copilot Code Completion Model Now Available in Visual Studio 17.14 Preview 2
Authored by Simona Liao, this blog post introduces the new GPT-4o Copilot code completion model for GitHub Copilot in Visual Studio. The article details its enhanced training, user access, and configuration steps, encouraging developers to try the feature and provide feedback.
GPT-4o Copilot Code Completion Model Now Available in Visual Studio 17.14 Preview 2
Author: Simona Liao
Source: Visual Studio Blog
We are excited to announce that the new GPT-4o Copilot code completion model is now available for GitHub Copilot users in Visual Studio, starting with version 17.14 Preview 2.
About GPT-4o Copilot Model
- Model Base: Based on GPT-4o mini.
- Training: Further trained on over 275,000 high-quality public repositories spanning more than 30 popular programming languages.
- Benefits: Expect more accurate code completions and enhanced performance for developers.
How to Enable GPT-4o Copilot in Visual Studio
- Sign up for GitHub Copilot:
- Available directly in Visual Studio (version 17.8 or higher).
- Free plan includes up to 2,000 completions and 50 chats per month.
- Sign-up information and available plans.
- Activate the New Model:
- Navigate to
Tools -> Options -> GitHub -> Copilot -> Copilot Completions
. - Select GPT-4o Copilot from the dropdown menu.
- You can also access these options by selecting the GitHub Copilot badge (top right) and clicking through to Settings -> Options.
- Note: There may be a delay when retrieving the latest model list for the first time. If you do not see GPT-4o in the dropdown, try restarting Visual Studio.
- Navigate to
- Learn More:
- Watch a demonstration video: YouTube Link
Access and Availability
- Copilot Pro users: Available immediately with Visual Studio 17.14 Preview 2 and later.
- Copilot Business or Enterprise users: Administrators must enable the model by opting in to Editor preview features in the Copilot policy settings on github.com.
- Copilot Free users: Using this model will count towards the monthly limit of 2,000 free completions.
Share Your Feedback
- Developer feedback remains vital. Report any issues or suggestions through the Developer Community.
- Use “report a problem” as described in the Visual Studio documentation.
- Submit feature suggestions here.
Stay Connected with the Visual Studio Team:
We appreciate your ongoing feedback and participation in shaping GitHub Copilot and Visual Studio. Thank you for supporting developer productivity and innovation within the Microsoft ecosystem.
This post appeared first on “Microsoft DevBlog”. Read the entire article here