Posts by this author

May 13, 2025
Post comments count0
Post likes count4

Agent mode has arrived in preview for Visual Studio

Plan, build, test, and fix — all from one prompt. Agent mode is now available in public preview for all users in Visual Studio 17.14. Agent mode in Visual Studio allows you to define tasks using natural language, with Copilot autonomously planning, editing your codebase, invoking tools, and iterating to resolve issues. Unlike Copilot Chat or...

GitHub CopilotAgent ModeAI Agents
Jan 28, 2025
Post comments count0
Post likes count4

Iterate across multiple files more efficiently with GitHub Copilot Edits

GitHub Copilot Edits in Visual Studio 2022 combines the conversational flow of chat and an inline review experience to help you iterate across your codebase with more control and efficiency. 💡 Here’s how Copilot Edits helps with iterating across multiple files: Available in Visual Studio 2022 17.13, released February 11th. ...

Visual StudioVisual Studio 2022GitHub Copilot
Jun 8, 2023
Post comments count0
Post likes count9

Visual Studio’s IntelliSense list can now steer GitHub Copilot code completions.

TL:DR GitHub Copilot and Visual Studio’s built-in AI assistance features are now better together. With the latest version of GitHub Copilot, changing your selection in Visual Studio's IntelliSense list steers the GitHub Copilot with additional context about your code, so you can easily explore the single and multi-line code completions to get just ...

Mar 20, 2023
Post comments count2
Post likes count3

Upgrading from IntelliCode custom team completions models to deep learning.

TL;DR – A deep learning model will now help provide starred completions for custom methods in the IntelliSense list. All users of Visual Studio 2022 will receive this improvement automatically. With original IntelliCode, a custom trained model was previously useful for ranking custom methods in a user’s code. When IntelliCode first shipped in Vis...

Jun 17, 2021
Post comments count6
Post likes count0

Type less, code more with IntelliCode completions

In Visual Studio 2022 Preview 1 you can automatically complete larger chunks of code, up to a whole line at a time; download the preview now.

Visual StudioC#Productivity