Skip to content

Commit fcb7483

Browse files
Fix agentic-tools.md: remove duplicate walkthrough, clarify VS Code scope, explain why plugin is needed
- Remove duplicate 'Walkthrough' section (full setup guide pasted in, creating a broken level-1 heading mid-document and duplicating content already in get-started/ai-setup.md) - Add NOTE: VS Code cannot build/debug WinUI 3 apps; Visual Studio required for MSIX build tooling and WinUI project templates - Add 'Why does Copilot need these tools?' section explaining the UWP/WinUI 3 training data gap honestly — not a framework quality problem, a training data distribution problem that the plugin fixes - Replace embedded how-to content with a clean link to ai-setup.md - Add Related content section linking to the get-started cluster - ms.topic: article -> how-to (accurate taxonomy) Co-authored-by: Copilot <[email protected]>
1 parent b811d04 commit fcb7483

1 file changed

Lines changed: 23 additions & 4 deletions

File tree

hub/apps/dev-tools/agentic-tools.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Agentic AI tools for Windows development
33
description: Learn how to enhance AI coding agents with Windows-specific context using MCP servers, custom instructions, and community plugins.
4-
ms.date: 03/03/2026
5-
ms.topic: article
4+
ms.date: 03/11/2026
5+
ms.topic: how-to
66
---
77

88
# Agentic AI tools for Windows development
@@ -51,8 +51,27 @@ The plugin includes:
5151
copilot plugin install winui3-development@awesome-copilot
5252
```
5353

54-
This copies the plugin's agents, skills, and instructions into your project's `.github/` directory, where Copilot picks them up automatically.
54+
This copies the plugin's agents, skills, and custom instructions into your project's `.github/` directory, where Copilot picks them up automatically.
55+
56+
> [!NOTE]
57+
> WinUI 3 apps require **Visual Studio** for building and debugging — VS Code does not have the required MSIX build tooling or WinUI project templates. However, if you're using VS Code to work on other Windows frameworks (Electron, Flutter, .NET, or Rust with winapp CLI), this plugin still provides useful Windows App SDK context for those scenarios.
5558
5659
**Browse and discover more plugins:**
5760

58-
You can browse all available Copilot customizations using the [Awesome Copilot extension for VS Code](https://marketplace.visualstudio.com/items?itemName=TimHeuer.awesome-copilot), which lets you preview and install resources directly into your workspace.
61+
You can browse all available Copilot customizations using the [Awesome Copilot extension for VS Code](https://marketplace.visualstudio.com/items?itemName=TimHeuer.awesome-copilot), which lets you preview and install resources directly into your workspace.
62+
63+
## Why does Copilot need these tools?
64+
65+
Copilot's code suggestions are shaped by its training data. Because UWP has many more years of community samples, tutorials, and Stack Overflow answers than WinUI 3, Copilot may default to UWP patterns — such as `Windows.UI.Xaml` namespaces, `CoreDispatcher`, or `MessageDialog` — when you ask about Windows UI development. This isn't a quality problem with WinUI 3; it reflects a training data distribution gap that's common with any newer framework.
66+
67+
The WinUI 3 plugin addresses this directly: its custom instructions give Copilot explicit, up-to-date rules about current Windows App SDK patterns, so it generates correct code without you needing to prompt around its knowledge gaps. Combined with the Learn MCP Server's live documentation access, Copilot has the context it needs to be genuinely useful for Windows development.
68+
69+
## Set up step-by-step
70+
71+
For a complete walkthrough — including IDE setup, agent mode, MCP server configuration, and verification — see [Set up GitHub Copilot for Windows development](../get-started/ai-setup.md).
72+
73+
## Related content
74+
75+
- [Set up GitHub Copilot for Windows development](../get-started/ai-setup.md)
76+
- [AI-assisted Windows development](../get-started/ai-for-windows-devs.md)
77+
- [GitHub Copilot in Visual Studio](../how-tos/github-copilot-winui-vs.md)

0 commit comments

Comments
 (0)