August 27th, 2025
celebratelike3 reactions

Roadmap for AI in Visual Studio (September)

Rhea Patel
Product Manager

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 commitments or guarantees for delivery within the current month.

With that said, here is what we are working on!

New Modes for Debugging and Profiling:

We’re streamlining how you find and switch between modes and making sure both built-in and extension-provided modes can handle more complex workflows.

Two new agent-powered tools are in progress:

Supporting Customization via Modes

We are making it seamless to integrate your workflows across your development stack into Visual Studio, tailoring them to you and your organization.

Agent Mode/Chat:                             

We’ve been listening to your feedback on Agent Mode and Chat, and we’re making some big improvements.

Faster performance

Better visibility

Expanding Agent Mode functionality

Smarter context retention

More control

 

Model Context Proctol (MCP)

We want you to bring your entire development stack into Visual Studio, supported by the same security, governance, and trust you expect from our product. To make this possible, we’re expanding support for these capabilities and making them easier to use.

Models

We’re committed to giving you access to the latest models, and in Visual Studio we carefully evaluate them to make sure you get the best possible experience. With the recent introduction of Bring Your Own Key, your choice of models is expanding even further.

GitHub Copilot native support:

Bring Your Own Key support:

 

Azure Agentic DevOps

We’re bringing the power of agentic workflows and Azure-native capabilities directly into Visual Studio, so you can build, deploy, and manage your applications with the same security, governance, and trust you expect from our platform. The public preview is now available in Visual Studio 2022, featuring an automatic installation of Azure MCP for a seamless start.

Here’s what’s coming next:

Editor improvements

Copilot-powered code completions and suggestions in your editor are triggered effortlessly and can accelerate your daily programming. We want to deliver a smooth and intuitive experience for you when interacting with these suggestions that minimize potential conflicts.

To make Visual Studio a truly AI-integrated IDE, we want to ensure that Copilot is seamlessly available at every step of your development workflow—not just for writing code, but also for searching, fixing errors, writing unit tests, and even committing and pushing your changes.

We’re excited for you to try these new experiences soon. If you have feedback, post it in the developer community ticket linked above. For other ideas or suggestions, drop a comment below or create a new ticket—our team reviews them all.

Thanks 😊

Author

Rhea Patel
Product Manager

1 comment

Sort by :
  • Maxime Savard 6 hours ago

    Well, but personally Codex + ChatGPT works really wonderfully, even on Windows with WLS.
    With External Tools:
    Title: Codex
    Command: C:\Program Files\WSL\wls.exe
    Arguments: –distribution-id {Guid} –cd “$(SolutionDir)”
    Initial directory: $(SolutionDir)