Showing category results for Productivity

Jun 11, 2026
Post comments count12
Post likes count5

Review pull requests without leaving Visual Studio

Image
Leah Tran

Pull request integration in Visual Studio has been one of the most requested Git features. Developers have been asking for a way to open a PR, inspect the changes, discuss feedback, and finish the review without switching to the browser. The feedback on that request has played a big role in shaping this experience over time. You’ve been able to ...

Git IntegrationPull Requests
Feb 24, 2026
Post comments count0
Post likes count5

Visual Studio February Update

Image
Mark Downie

This month’s Visual Studio update continues our focus on helping you move faster and stay in flow, with practical improvements across AI assistance, debugging, testing, and modernization. Building on the momentum from January’s editor updates, the February release brings smarter diagnostics and targeted support for real world development scenarios,...

.NETDebugging and DiagnosticsGitHub Copilot
Jan 27, 2026
Post comments count16
Post likes count6

Visual Studio January Update — Enhanced Editor Experience

Image
Simona Liao

Productivity Improvements This month, we are bringing you a series of small yet long requested and popular features to let you better control and customize your editor. These features are currently only available in the Insiders channel and will be available in Release soon. Colorized Code Completions Code completions a...

GitHub CopilotDeveloper ProductivityEditor
Nov 18, 2025
Post comments count15
Post likes count4

Spend Less Time Upgrading, More Time Coding in Visual Studio 2026

Image
Jason Chlus

In the past, moving to the next major version of Visual Studio could take hours, sometimes days, to recreate your dev environment the way you like it. Visual Studio 2026 makes it easier than ever to stay current with the latest productivity features, performance improvements, and security fixes all without disrupting your flow. With the new Visual ...

CopilotVisual Studio 2026Updates
Sep 30, 2025
Post comments count4
Post likes count4

Visual Studio September Update – profiler agent, app modernization, and more

Image
Simona Liao

The September 2025 update for Visual Studio 2022 (v17.14) is now available. In this month, we are bringing you a fully integrated and game-changing agentic AI experience, from code generation to modernization, profiling, and code reviews.   Profiler Agent We’ve heard the feedback loud and clear developers love the Profiler Agent. So, we’re br...

GitHub CopilotMCPModernization
Aug 26, 2025
Post comments count2
Post likes count3

The Visual Studio August Update is here – smarter AI, better debugging, and more control

Image
Mads Kristensen

The August 2025 update for Visual Studio 2022 (v17.14) is now available, and it’s all about helping developers stay focused, productive, and in control. Whether you're building games, tuning performance, or exploring AI, this release brings meaningful improvements that make everyday development smoother and smarter. GPT-5 support now available...

CopilotC++MCP
Jun 25, 2025
Post comments count6
Post likes count13

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

Image Image
Rhea,
Jui

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 9, 2025
Post comments count5
Post likes count4

Next edit suggestions available in Visual Studio

Image
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
May 27, 2025
Post comments count1
Post likes count5

VisualStudio.Extensibility: Editor classification and updates to user prompt

Image
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 13, 2025
Post comments count0
Post likes count4

Agent mode has arrived in preview for Visual Studio

Image Image
Katie,
Aaron

Plan, build, test, and fix — all from one prompt. Agent mode is now available in public preview for all users in Visual Studio 17.14. Agent mode in Visual Studio allows you to define tasks using natural language, with Copilot autonomously planning, editing your codebase, invoking tools, and iterating to resolve issues. Unlike Copilot Chat or...

GitHub CopilotAgent ModeAI Agents