Visual Studio's April 2026 update emphasizes agentic workflows, enabling developers to launch cloud agent sessions directly within the IDE. The release also expands custom agent capabilities with user-level support and introduces a debugger agent designed to test fixes against actual runtime behavior.
Key Features
- Cloud agent integration: Developers can initiate cloud agent sessions from within Visual Studio. By selecting Cloud from the agent picker and describing a task, the cloud agent generates a GitHub issue and pull request on remote infrastructure while the developer continues working locally.
- Build your own custom agents: Custom agents now support user-level definitions stored in %USERPROFILE%/.github/agents/, allowing personal agents to persist across multiple projects.
- Use agent skills: Agent skills can now be discovered from .claude/skills/ and .agents/skills/ directories in addition to existing .github/skills/ paths, giving teams flexibility in organizing skills according to their preferred workflow conventions. Community examples are available at awesome-copilot.
- Agentic issue to resolution: A new debugger agent workflow tests bugs against actual runtime behavior. Starting from a GitHub or Azure DevOps issue, the agent can reproduce, instrument, diagnose, and propose a focused fix through live execution.
- Customizable Copilot keyboard shortcuts: Developers can now modify keyboard shortcuts for accepting Copilot inline suggestions. The Edit.AcceptSuggestion, Edit.AcceptNextWordInSuggestion, and Edit.AcceptNextLineInSuggestion commands can be reconfigured via Tools > Options > Environment > Keyboard.
- New chat history panel: A dedicated history panel allows browsing and navigating Copilot chat sessions, displaying chat titles, message previews, and timestamps.
- C++ code editing tools for agent mode: C++ Code Editing Tools are now enabled by default. The get_symbol_call_hierarchy and get_symbol_class_hierarchy tools provide Copilot with language-aware navigation capabilities for C++ codebases.
- Auto-decoding in text visualizer: The Auto-detect and format button in the text visualizer leverages Copilot to recognize encoding or compression formats and automatically decode strings.
Developers can download Visual Studio 2026 to access these new Copilot capabilities. Additional details are available in the Visual Studio blog and release notes.
What's Next
The Visual Studio blog will continue publishing roadmap updates and opportunities for developer feedback. The Visual Studio Hub serves as a central resource for news, release notes, videos, and community discussions related to Visual Studio.