Replies: 1 comment
-
|
The issue is that Visual Studio 2022/2025 does not currently support custom Copilot Chat Agents (like the While Spec Kit is optimized for VS Code, it remains IDE-agnostic at its core since it relies on Markdown files and a CLI. You can use it effectively in a .NET project within Visual Studio by combining the Specify CLI with Visual Studio's Context Mentions. Using Spec Kit in Visual Studio1. Manage Specs via the CLIUse the Visual Studio Terminal ( # Initialize or sync your specs directly in the VS terminal
npx specify sync2. Referencing Tasks in Copilot ChatTo perform the final implementation, use the Example Prompt:
Important For the best results in Visual Studio, ensure the file you are working on and your Technical Context: Why the experience differsSpec Kit utilizes the GitHub Copilot Chat "Agent" architecture in VS Code, which allows a dedicated participant to manage the Spec-Driven Development loop (reading files, checking state, etc.). Visual Studio's Copilot SDK is currently more restrictive, though Microsoft is actively working on bringing more "Agent" parity to the IDE.Are you using the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can one use a copilot agent from within a .net project in VS to access the created tasks.md and so on files to do the final implementation? I dont find any ressources that show using the spec kit with VS, only VS Code. Dont u adress the use of one of your flagshipp IDEs? 😅
Beta Was this translation helpful? Give feedback.
All reactions