Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

Featured posts

Visual Studio 2026 is here: faster, smarter, and a hit with early adopters
Nov 11, 2025
Post comments count 0
Post likes count 54

Visual Studio 2026 is here: faster, smarter, and a hit with early adopters

Mads Kristensen
Mads Kristensen

Dear developers, We’re thrilled to announce that Visual Studio 2026 is now generally available! This is a moment we’ve built side by side with you. Your feed...

AnnouncementVisual Studio 2026Release

Latest posts

Custom Agents in Visual Studio: Built in and Build-Your-Own agents
Feb 19, 2026
Post comments count 2
Post likes count 4

Custom Agents in Visual Studio: Built in and Build-Your-Own agents

Rhea Patel Kelly Fam
Rhea,
Kelly

Agents in Visual Studio now go beyond a single general-purpose assistant. We're shipping a set of curated preset agents that tap into deep IDE capabilities; debugging, profiling, testing alongside a framework for building your own custom agents tailored to how your team works. Built in agents Each preset agent is designed around a specific developer workflow and integrates with Visual Studio's native tooling in ways that a generic assistant can't. Access them through the agent picker in the chat panel or using ‘@’ in chat. Bring your own: custom agents (preview) The presets cover workflow...

Unlock language-specific rich symbol context using new find_symbol tool
Feb 11, 2026
Post comments count 6
Post likes count 3

Unlock language-specific rich symbol context using new find_symbol tool

Sinem Akinci Hannah Hong (SHE/HER)
Sinem,
Hannah

Refactoring at scale is a time-consuming and error-prone process for developers. In large codebases, developers have relied on manual searches and incremental edits across multiple files to accomplish these tasks. Modern development workflows depend on fast and accurate code navigation to avoid these pitfalls. When developers refactor existing code, explore unfamiliar areas of a large codebase, or make targeted changes, they naturally rely on IDE language service features such as Find All References, Go to Definition, and Go to Implementation to understand how code is structured and connected. Agent mode no...

Roadmap for AI in Visual Studio (February)
Feb 4, 2026
Post comments count 12
Post likes count 11

Roadmap for AI in Visual Studio (February)

Rhea Patel
Rhea Patel

After a busy January (catch up here), we're shifting focus to reliability and refinement. This month is about tightening core workflows, improving agent stability, and building on the MCP foundations we've been laying. Agent Mode & Coding Agents Reliability is the priority this month. We're raising the floor on agent-driven scenarios with: Planning Agent First steps toward a dedicated agent for multi-step task planning and execution. Copilot SDK & Platform Integration (Experimental) We’re also beginning early work to better integrate the Copilot CLI into Vis...

Performance improvements to MEF-based editor productivity extensions
Feb 3, 2026
Post comments count 7
Post likes count 4

Performance improvements to MEF-based editor productivity extensions

Tina Schrepfer (LI) Amadeus Wieczorek
Tina,
Amadeus

If you use editor productivity extensions for Visual Studio 2026, there's good news—they can now load faster! Extension developers with existing MEF-based editor productivity extensions should read this blog to learn about recent changes and how they might be affected.  We introduced VisualStudio.Extensibility to simplify the creation of Visual Studio extensions for developers. Previously, handling threads in VSSDK-based extensions was often difficult, requiring knowledge of thread affinity and even the ins and outs of COM just to avoid freezing Visual Studio. The new extensibility model abstracts these techni...

Visual Studio January Update — Enhanced Editor Experience
Jan 27, 2026
Post comments count 16
Post likes count 5

Visual Studio January Update — Enhanced Editor Experience

Simona Liao
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 are now colorized with syntax highlighting to help you quickly parse suggested code between variables, functions, and other elements! To try out this experience, go to Tools > Options > Text Editor > Code Completions and check "Use colorized text for code comple...

Copilot Memories
Jan 15, 2026
Post comments count 10
Post likes count 7

Copilot Memories

Jessie Houghton
Jessie Houghton

Are you wasting time reviewing code for nits on code standards, project preferences, or important contribution guidelines? We know the pain. It’s all too easy for best practices and those tiny but critical team details to slip through the cracks, resulting in inconsistencies, confusion, and wasted time. But now, there’s a smarter way to ensure everyone’s always on the same page! How Copilot memories make teamwork effortless  Introducing Copilot memories, a new feature that empowers every developer and team to capture, remember, and share their coding preferences and important project guidelines, automatical...

Welcome to 2026, A Growth Year for All of Us
Jan 5, 2026
Post comments count 1
Post likes count 5

Welcome to 2026, A Growth Year for All of Us

Jim Harrer
Jim Harrer

I always enjoy the quiet stretch between Christmas and New Year’s. It’s one of the few moments in the year when things slow down just enough to reflect on what actually resonated. While many of us were unplugging, our digital team was doing the opposite, editing and publishing 19 sessions from VS Live! Orlando to the Visual Studio YouTube channel. What surprised me wasn’t just the pace at which those sessions went live, it was what happened next. During the holidays alone, those sessions were viewed nearly 30,000 times. That tells me two things. First, learning doesn’t stop just because the calendar does. Seco...

How AI fixed my procrastination
Dec 22, 2025
Post comments count 13
Post likes count 25

How AI fixed my procrastination

Mads Kristensen
Mads Kristensen

I struggled to get started. For ages, I kept putting off building this website, creating a new programming language for Visual Studio, and coming up with fresh color themes. Each project looked overwhelming, and I couldn’t find the time or motivation to jump in. It all just felt like too much at once. But when a national holiday gave me a long weekend, I grabbed the chance to try out Copilot in Visual Studio and see how far I could get. To my surprise, I knocked out all three projects way faster and more easily than I expected. I’m sharing what I learned because I hope it inspires you to finally tackle those p...

Debugging, but Without the Drama (A Visual Studio 2026 Story)
Dec 16, 2025
Post comments count 6
Post likes count 7

Debugging, but Without the Drama (A Visual Studio 2026 Story)

Harshada Hole
Harshada Hole

It starts the way these things always start.  A red build. A failing test. And that quiet, sinking feeling of “This worked yesterday.”  Meet Sam. Sam’s not a junior, not a rockstar, just a solid developer who’s shipped enough code to know that bugs don’t care how confident you feel on Monday morning.  That test failure does not offer much help at all. There are no clear steps to reproduce the issue. The exception message seems familiar in a vague way. But it does not prove useful right then. Out of habit Sam hits F5. He notices something small yet pretty important about it.  The debugger launches fa...

Behind the scenes of the Visual Studio feedback system
Dec 15, 2025
Post comments count 31
Post likes count 12

Behind the scenes of the Visual Studio feedback system

Mads Kristensen
Mads Kristensen

Here on the Visual Studio team, our top priority is making your coding experience smoother and more enjoyable. And that begins with truly listening to your feedback. We understand that sometimes sharing your thoughts can feel like tossing bug reports and suggestions into a black hole. It doesn’t feel good, and we get it. But here’s the good news: over the past year, we’ve resolved more bugs reported by users and delivered more requested features than at any other time in Visual Studio’s history. We believe in being open about what happens to your feedback, so in this post, we’ll pull back the curtain and show ...

Streamlining your Git workflow with Visual Studio 2026
Dec 10, 2025
Post comments count 37
Post likes count 4

Streamlining your Git workflow with Visual Studio 2026

Mads Kristensen
Mads Kristensen

You’re a .NET developer with a busy morning, and an Azure DevOps ticket drops: “Login endpoint 500s under load.” You’ve got to fix it, review a teammate’s feature branch, and keep your repo clean - all before lunch. Visual Studio’s Git tools turn this everyday Git workflow of creating topic branches, stashing changes, committing, and handling PRs into a smooth, fast process. Let’s walk through your morning, showing how Visual Studio keeps Git friction out of your way. 9:00 AM: Spin up a topic branch for your bug fix Your repo’s open in VS (View → Git Repository), and you’re on main, fresh from last night’s C...

Unlocking the Power of Web with Copilot Chat’s New URL Context
Dec 4, 2025
Post comments count 3
Post likes count 3

Unlocking the Power of Web with Copilot Chat’s New URL Context

Jessie Houghton
Jessie Houghton

There are many scenarios where Copilot Chat can feel limited by the built-in model training data. Maybe you want guidance on the latest web framework, documentation, or project-specific resources—but Copilot’s responses just aren’t specific enough. For developers who rely on up-to-date or esoteric answers, this gap can be a real frustration.  URL Context: Bringing the web into Copilot Chat  With the new URL context feature, Copilot Chat can now access and use information directly from web pages you specify. By pasting a URL into your Copilot Chat prompt, you empower Copilot to pull real-time, relevant infor...

Visual Studio November Update – Visual Studio 2026, Cloud Agent Preview, and more
Dec 3, 2025
Post comments count 12
Post likes count 5

Visual Studio November Update – Visual Studio 2026, Cloud Agent Preview, and more

Simona Liao
Simona Liao

Visual Studio 2026 is here! If you haven’t heard the news yet, we’re excited to share with you that Visual Studio 2026 is now generally available! This new version can better assist you with several performance improvements, a redesigned user experience, and a major leap in AI-driven development. Read more about it here and get started with VS 2026 today! Below updates are all available in Visual Studio 2026 only. GitHub Cloud Agent Preview is now available in Visual Studio The Cloud Agent is now in preview and ready to help you offload repetitive or time-consuming work. Enable it via the Copilot badge d...

Why changing keyboard shortcuts in Visual Studio isn’t as simple as it seems
Dec 3, 2025
Post comments count 22
Post likes count 6

Why changing keyboard shortcuts in Visual Studio isn’t as simple as it seems

Mads Kristensen
Mads Kristensen

A straight look at what’s behind the keys We’ve all tried unlearning a keyboard shortcut - it feels like forgetting how to breathe. Muscle memory doesn’t mess around. We wrestle with this every time someone suggest a “quick” shortcut change. It’s not just editing a keybinding but navigating a history that makes Visual Studio so customizable for developers like us. Picture yourself deep in code, chugging coffee, ready to close a tab. You hit Ctrl+W because Chrome, VS Code, and every other tool uses it. But in Visual Studio? You likely need Ctrl+F4, a combo straight out of the Windows 98 era. Or maybe you try c...

Profiler Agent – Delegate the analysis, not the performance
Dec 2, 2025
Post comments count 0
Post likes count 3

Profiler Agent – Delegate the analysis, not the performance

Nik Karpinsky
Nik Karpinsky

In Visual Studio 2026 we introduced Copilot Profiler Agent, a new AI-powered assistant that helps you analyze and optimize performance bottlenecks in your code. By combining the power of GitHub Copilot with Visual Studio's performance profiler, you can now ask natural language questions about performance, get insights into hot paths, and quickly identify optimization opportunities. Let's walk through a real-world example of how this tool can help you make meaningful performance improvements.  Benchmarking a real project To demonstrate the capabilities of the Copilot Profiler Agent, let's optimize CsvHelper, a p...

Upgrade MSVC, improve C++ build performance, and refactor C++ code with GitHub Copilot
Dec 1, 2025
Post comments count 2
Post likes count 1

Upgrade MSVC, improve C++ build performance, and refactor C++ code with GitHub Copilot

Erika Sweet
Erika Sweet

Visual Studio 2026 introduces new GitHub Copilot capabilities to support C++ developers in three development tasks:  These experiences are available now as a Private Preview in Visual Studio 2026. Install Visual Studio 2026 and join the waitlist for Private Preview today.  C++ code editing tools for GitHub Copilot  C++ code editing tools for GitHub Copilot bring the precision of C++ IntelliSense to Visual Studio agent mode to enable faster and more accurate codebase-wide edits. This includes:  See Perform wide-sweeping refactors using C++ code editin...

Visual Studio – Built for the Speed of Modern Development
Nov 24, 2025
Post comments count 0
Post likes count 8

Visual Studio – Built for the Speed of Modern Development

Paul Chapman
Paul Chapman

Visual Studio will adopt the Modern Support Lifecycle as a continuously updated IDE designed to deliver innovation as soon as it is ready, while maintaining the reliability and stability you count on every day with control over your build tools choices.

Spend Less Time Upgrading, More Time Coding in Visual Studio 2026
Nov 18, 2025
Post comments count 15
Post likes count 4

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

Jason Chlus
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 Studio install experience, you can effortlessly recreate your previous Visual Studio 2022 environment. Your workloads, SDKs, toolsets, extensions and settings are automatically copied and configured, so everything you need to build and continue developing your project i...