Showing results for Category : Visual Studio

Jun 25, 2025
Post comments count2
Post likes count1

Better Models, Smarter Defaults: Claude Sonnet 4, GPT-4.1, and More Control in Visual Studio

Rhea Patel
Rhea Patel

We’re excited to share some major improvements to the Copilot experience in Visual Studio, including smarter default models, more choices, and easier ways to manage your usage. Smarter default model Copilot in Visual Studio now uses GPT-4.1 as the default model (previously 4o). In our testing, it delivers significantly better performance—faster r...

GitHub CopilotCopilotModels
Jun 23, 2025
Post comments count0
Post likes count3

Inside Access: Join Us at VS Live! Redmond for a Week of Deep Developer Learning

Mads Kristensen
Mads Kristensen

A long time ago, I stood in a packed room at VS Live! and watched developers erupt in applause after a debugging demo shaved hours off a real-world problem. That was the moment I realized this wasn’t just a conference—it was a place where developers and toolmakers come together to push the craft forward. I’m excited to announce that I’ll be keyn...

VS LIVE!
Jun 17, 2025
Post comments count3
Post likes count8

Agent mode is now generally available with MCP support

Rhea Patel Filisha Shah Allie Barry
Rhea,
Filisha,
Allie

Copilot agent mode is the next evolution in AI-assisted development—and it's now generally available in the Visual Studio June update. Agent mode turns GitHub Copilot into an autonomous pair programmer capable of handling multi-step development tasks from end to end. It builds a plan, executes it, adapts along the way, and loops through tasks un...

.NETVisual StudioGitHub Copilot
Jun 9, 2025
Post comments count4
Post likes count2

Next edit suggestions available in Visual Studio

Simona Liao
Simona Liao

GitHub Copilot code completions, or gray text, are specialized in autocompleting unfinished code or providing helpful template code. In reality, coding activities are more diverse than writing new code. What if Copilot could better assist your coding not only with code generation, but your code editing activities as well? We are excited to annou...

GitHub CopilotCopilotNext Edits Suggestion
Jun 5, 2025
Post comments count0
Post likes count0

How to filter C++ Build Insights by project

David Li Moyo Okeremi
David,
Moyo

Visual Studio 2022 version 17.14 comes with quality-of-life improvements to its C++ Build Insights integration that will make it easier for you to navigate large multi-project traces and handle long file names for your build inputs and artifacts. What is C++ Build Insights? C++ Build Insights is a powerful tool that lets you visualize and optim...

PerformanceC++
Jun 3, 2025
Post comments count4
Post likes count3

Cloud Academy: Unlock Your Azure Skills and Accelerate Your Career

Jim Harrer
Jim Harrer

When we launched the Cloud Academy benefit for Visual Studio Professional and Enterprise subscribers back in March 2025, our goal was simple: give you the hands-on, practical learning experience you need to confidently master Azure and cloud technologies — without spending a dime beyond your subscription. Why? Because in today’s fast-changing te...

Jun 2, 2025
Post comments count4
Post likes count6

Extension Manager updates in Visual Studio

Javier De la Garza
Javier De la Garza

The latest updates in Visual Studio 2022 introduced features specifically designed to improve how you manage extensions. These updates offer tools that help you automate processes, provide detailed controls for configuration, and enhance the user interface to streamline your development workflows. Seamless auto updates Visual Studio now automatic...

Extensionsvisualstudio.extensibilityUpdates
May 28, 2025
Post comments count0
Post likes count5

Improve the commands in your extensions

Mads Kristensen
Mads Kristensen

As Visual Studio extension authors, our goal is to create tools that empower developers across diverse environments. A key part of this mission involves ensuring that your extension commands remain accessible and consistent across all Visual Studio locales. In your VSSDK extensions, by adding the CanonicalName property to your commands in the .vsct...

Extensions
May 27, 2025
Post comments count1
Post likes count5

VisualStudio.Extensibility: Editor classification and updates to user prompt

Tina Schrepfer (LI)
Tina Schrepfer (LI)

We continue to invest in the VisualStudio.Extensibility SDK to allow users like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensibility helps you build extensions that run outside the main Visual Studio IDE process for improved performance, reliability, and installation without restarting Visual Studio. Ad...

Extensionsvisualstudio.extensibility
May 21, 2025
Post comments count11
Post likes count5

Connecting to Private NuGet Feeds Just Got Easier

Ruben Rios
Ruben Rios

The Visual Studio 2022 17.14 update is here, and it brings great quality-of-life improvements—especially around NuGet authentication. From context about the authentication needs of private NuGet feeds to a simplified account selection workflow, this update helps you stay focused on your code! If you haven’t already, download the latest Visual Studi...

NuGetAuthenticationnuget packages