Showing results for Artificial Intelligence - Visual Studio Blog

Aug 27, 2025
Post comments count6
Post likes count7

Roadmap for AI in Visual Studio (September)

Rhea Patel
Rhea Patel

Today, we’re excited to share our public roadmap, which outlines the next steps in evolving Visual Studio with AI-powered agentic experiences. With every month, we aim to deliver smarter, faster, and more intuitive tools that enhance your coding experience. Disclaimer: The items outlined here represent ongoing work for the month. They are not co...

CopilotArtificial IntelligenceRoadmap
Aug 20, 2025
Post comments count9
Post likes count3

Bring Your Own Model to Chat in Visual Studio

Rhea Patel Samruddhi Khandale
Rhea,
Samruddhi

We’re excited to announce that you can now bring your own language model into Visual Studio Chat. You can connect API keys from providers (OpenAI, Anthropic, and Google) to access a wider range of models. This makes it easy to test the latest releases, customize workflows, or run on infrastructure you control. What it unlocks ...

Visual StudioCopilotArtificial Intelligence
Aug 19, 2025
Post comments count4
Post likes count10

Model Context Protocol (MCP) is Now Generally Available in Visual Studio 🎉

Allie Barry
Allie Barry

We’re excited to announce that MCP support is now GA in Visual Studio—unlocking richer, real-time context from your entire development stack and expanding the power of Agent Mode like never before. Model Context Protocol (MCP) is an open standard that makes it easy for AI agents to connect with external tools and services—think of it like HTTP, ...

Visual StudioGitHub CopilotGitHub
May 19, 2025
Post comments count4
Post likes count6

Faster .NET Upgrades Powered by GitHub Copilot

McKenna Barlow
McKenna Barlow

Introducing GitHub Copilot app modernization – Upgrade for .NET You probably don’t look forward to the process of modernizing your applications. It can be time consuming, risky, and full of manual toil. Today we’re changing that. We’re thrilled to introduce the public preview of GitHub Copilot app modernization - Upgrade for .NET, an AI-powered...

.NETGitHub CopilotArtificial Intelligence
Mar 11, 2025
Post comments count0
Post likes count4

GPT-4o Copilot code completion model available now in Visual Studio public preview

Simona Liao
Simona Liao

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 in 17.14 Preview 2! This new model, based on GPT-4o mini, has undergone additional training on over 275,000 high-quality public repositories across more than 30 popular programming languages. As a resu...

GitHub CopilotArtificial IntelligenceGitHub Copilot Completions
Feb 19, 2025
Post comments count0
Post likes count2

Introducing Code Referencing for GitHub Copilot Completions in Visual Studio

Simona Liao
Simona Liao

When GitHub Copilot completions (or “gray text”) pop up on your screen, have you ever wondered where does the completions come from and worried about if it matches with public code leading to license issues? If you have, we are introducing code referencing to support you and provide more transparency! We are excited to announce that code referen...

GitHub CopilotCopilotArtificial Intelligence
Feb 3, 2025
Post comments count0
Post likes count5

Customize your AI-generated git commit messages

Jessie Houghton
Jessie Houghton

When it comes to collaborative software development, clear and effective communication is key. One area that often gets overlooked is the Git commit message. Poorly crafted suggestions and feedback for the AI-generated commit messages, and now you can add custom prompt instructions! This new capability enables you to tailor commit messages t...

GitHub CopilotCopilotGit
Aug 15, 2024
Post comments count0
Post likes count4

Copilot Content Exclusion Now Available in Visual Studio 2022 17.11

Rhea Patel
Rhea Patel

We are excited to announce that Copilot Content Exclusion is now available in Visual Studio 2022 17.11. This feature allows your admins to configure Copilot to ignore certain files in a repository or organization, giving you enterprise control that ensures sensitive information is protected while seamlessly integrating trusted AI for efficient codi...

Visual StudioGitHub CopilotGitHub
May 16, 2024
Post comments count0
Post likes count4

Improve your code quality with GitHub Copilot in Visual Studio

Cynthia Zanoni Laurent Bugnion
Cynthia,
Laurent

In our previous post, we discussed GitHub Copilot’s Slash Commands, which allow you to trigger specific actions within Visual Studio with simple text-based inputs. Now, let's explore the command and its potential to improve code quality in Visual Studio. Refactoring with /optimize In a recent exploration by Bruno Capuano, we see the transformati...

Visual StudioGitHub CopilotTips and Tricks
May 14, 2024
Post comments count0
Post likes count2

Mastering Slash Commands with GitHub Copilot in Visual Studio

Cynthia Zanoni Laurent Bugnion
Cynthia,
Laurent

GitHub Copilot, the AI-powered coding assistant, revolutionizes coding in Visual Studio with its advanced features. In this series, we delve into the efficiency and convenience offered by Slash Commands, elevating your coding workflow. Introducing Slash Commands Slash Commands are predefined actions within GitHub Copilot, accessible through the p...

Visual StudioGitHub CopilotTips and Tricks