Showing archive results for 2026

May 26, 2026
Post comments count0
Post likes count1

Visual Studio May Update – Plan, Review, Refine

Mark Downie

There's a particular rhythm to good development work: you think, you try, you check, you adjust. This month's Visual Studio update leans into that rhythm. Whether you're sketching an approach with the Plan agent before touching a single file, reviewing a wave of changes across many files, or fine-tuning the context Copilot has to work with, the May...

GitHub CopilotC++Plan agent
May 21, 2026
Post comments count7
Post likes count9

Plan Before You Build: Introducing the Plan agent in Visual Studio

Rachel Kang (SHE/HER)

You ask Copilot to tackle something big, it gets to work, and a dozen file changes later you realize you had a completely different approach in mind. The code isn't wrong... it just isn't what you were going for. Last year, we introduced planning as a feature in Agent mode to help with exactly this. Since then, you’ve told us you wanted more con...

Visual StudioGitHub CopilotCopilot
May 14, 2026
Post comments count0
Post likes count4

VSLive! Microsoft AI Hackathon 2026: Send Your Team Home With Working Code

Jim Harrer

If you lead a development team, you already know the pattern. You approve the travel, your developers attend a great conference, they come back energized, and then the work resumes exactly as it was. The ideas don't survive contact with the backlog. This July at VSLive! @ Microsoft HQ in Redmond, we're trying to change that pattern. We're...

Eventsvslive
May 13, 2026
Post comments count4
Post likes count6

Agent Skills in Visual Studio: Teach Copilot How Your Team Works

Simona Liao

Visual Studio now supports Agent Skills, which are reusable instruction sets that teach Copilot agents how to handle specific tasks like running a build pipeline, generating boilerplate, or following your team's coding standards. Define a skill once, and the agent applies it automatically whenever it's relevant. Creating a skill You can creat...

GitHub Copilot
Apr 30, 2026
Post comments count7
Post likes count2

TypeScript 7 Beta Now Enabled by Default in Visual Studio 2026 18.6 Insiders 3

Sayed Ibrahim Hashimi

TypeScript 7 Beta Now Enabled by Default in Visual Studio 2026 18.6 Insiders 3 In Visual Studio 2026 18.6 Insiders 3 we have updated the built-in TypeScript SDK to TypeScript 7 Beta (native preview). The TypeScript SDK provides the compiler and language service used for TypeScript and JavaScript support in Visual Studio. This update impacts any ...

Apr 29, 2026
Post comments count3
Post likes count1

SDK-Style Support for Extension Projects

Matt Clark

Starting in Visual Studio 18.5, you can create and build Visual Studio extensions (VSIX) using an officially supported SDK-style project. This brings VSIX projects into the modern build and deployment pipeline, improving incremental build performance and making the build → deploy → debug workflow more reliable. Install the Visual Studio extension d...

Extensionsvssdk
Apr 28, 2026
Post comments count0
Post likes count0

Visual Studio April Update – Cloud Agent Integration

Mark Downie

GitHub Copilot in Visual Studio is becoming more agentic with every release. This update brings cloud agent integration front and center, letting you start remote coding sessions without leaving the IDE.

Debugging and DiagnosticsGitHub CopilotIntelliCode Completions
Apr 16, 2026
Post comments count1
Post likes count0

From AI to .NET: 20 VS Live! Las Vegas Sessions You Can Watch Now

Jim Harrer

In March 2026, developers came together at VS Live! Las Vegas for a full week of technical learning, hands-on exploration, and a lot of great conversations about where software development is headed next. From AI-assisted development to modern .NET, cloud-native apps, and developer productivity, one thing was clear: the pace of change is not slowin...

vslivevideoson-demand
Apr 15, 2026
Post comments count0
Post likes count3

Azure MCP tools now ship built into Visual Studio 2022 — no extension required

Yun Jung Choi

Azure MCP tools now ship built into Visual Studio 2022 — no extension required Azure MCP tools are now built into Visual Studio 2022 as part of the Azure development workload — no separate extension to find, install, or update. You can enable over 230 tools across 45 Azure services directly in GitHub Copilot Chat and manage Azure resources, depl...

Apr 15, 2026
Post comments count4
Post likes count9

Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent Workflow

Harshada Hole

We’ve all been there: a bug report lands in your inbox with a title like "App crashes sometimes" and zero reproduction steps. Your morning, which was supposed to be spent building new features, is now a forensic investigation. You’re setting scattershot breakpoints, staring at the call stack, and trying to guess what the original reporter was think...