You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
planning mode
About this tag
Planning Mode is a new Visual Studio 2022 feature that lets GitHub Copilot create and execute structured, multi-step plans directly inside the IDE. Instead of suggesting code one line at a time, Copilot builds a visible markdown plan file, runs each step in order, and updates progress in real time. This public preview, available in Visual Studio 2022 version 17.14, marks a shift toward agentic, multi-step workflows for developers. The tag covers discussions about how Planning Mode works, its integration with Copilot, and its impact on coding efficiency within the Visual Studio environment.
Microsoft’s Visual Studio is getting a fundamentally different way to work with Copilot: Planning Mode, a Copilot-powered planning workflow that builds structured, multi-step plans, executes them step by step inside the IDE, and continuously updates progress in a visible markdown plan file — now...