Use Claude-style agents in Visual Studio for coding, debugging, testing, and navigation.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "vs_claude_code" yet — see the docs or source repo.
In the currently open Visual Studio solution, add an order cancellation endpoint to the order service and modify only the relevant files. Show every change in the diff viewer so I can accept or reject them one by one.
The agent produces targeted code changes and presents them in Visual Studio's diff viewer for review.
Attach to the currently running .NET process and find why the checkout flow throws an exception after discount calculation. Step through the critical path, inspect variable state, and give the most likely root cause with a fix recommendation.
The agent uses live debugging to attach, step through execution, inspect state, and report the root cause with suggested fixes.
Run the relevant tests for the shopping cart module, identify failing cases, and navigate from the test code to the actual implementation and dependency definitions; if source code is unavailable, try decompiling and continue the analysis.
The agent runs tests, summarizes failures, and uses code navigation plus decompilation to locate the related implementation.
Control Visual Studio 2022 via MCP for file, build, and debugging tasks.
Interactively debug code in many languages through MCP and VS Code.
Give your VS Code agent real debugging with breakpoints, stepping, and inspection.
Connect VSCode to MCP so AI can inspect code context in real time.
Give AI agents C++ code navigation, type inspection, and diagnostics tools.
Find and install skills and MCP apps for AI coding assistants in VSCode.