---
title: "AppxManifest IntelliSense for Windows Development"
url: https://daily.dev/posts/appxmanifest-intellisense-for-windows-development-9ve5dvzvr
source_url: https://devblogs.microsoft.com/ifdef-windows/appxmanifest-intellisense-support-in-vs-code
type: article
source: "DevBlogs"
published: 2026-08-18T21:45:26.925Z
updated: 2026-08-18T21:49:51.978Z
tags: [".net", "vscode", "winui"]
reading_time: 5
upvotes: 14
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AppxManifest IntelliSense for Windows Development

**[DevBlogs](https://daily.dev/sources/devblogs)** · 5 min read · 14 upvotes · 1 comments

## Summary

Microsoft released v0.3.0 of the WinApp VS Code extension, adding schema-aware IntelliSense for AppxManifest.xml files, including autocomplete, hover documentation, diagnostics, and Go to Definition. The update also adds workspace search for file/folder picking in packaging, running, and signing commands, plus new commands, UX improvements like post-package notifications and architecture mismatch warnings, and several reliability fixes to the debug adapter and launch configuration handling. The extension remains in public preview and requires Windows 10+, VS Code 1.109.0+, and a matching debugger extension.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devblogs.microsoft.com/ifdef-windows/appxmanifest-intellisense-support-in-vs-code>

## Questions this post answers

### What new features does version 0.3.0 of the WinApp VS Code extension add for editing AppxManifest.xml files?

Version 0.3.0 adds schema-aware IntelliSense for AppxManifest.xml and .appxmanifest files, bundling the AppxManifest XSD schemas from the Windows SDK. It provides element, attribute, and value autocompletion, hover documentation, inline diagnostics for missing required fields and invalid values, and Go to Definition support via F12 or Ctrl+Click. IntelliSense is enabled by default once the extension is installed.

_daily.dev surfaces extension release notes like this for developers tracking their VS Code tooling upgrades._

### What are the requirements for running the WinApp VS Code extension?

The WinApp VS Code extension requires Windows 10 or later, Visual Studio Code version 1.109.0 or later, and, for debugging, the appropriate debugger extension matching the app's language such as C#, C/C++, or the built-in Node.js debugger. It is currently distributed as a public preview through the Visual Studio Code Marketplace.

_Developers evaluating Windows tooling upgrades can follow extension requirement changes on daily.dev._

## Community discussion

Top comments from developers on daily.dev.

**@agustinbarrientos** · 0 upvotes

> Does the visual editor round-trip comments, namespace order, and unknown extension elements without changing an existing AppxManifest?

## Similar posts on daily.dev

- [Announcing a New Visual Manifest Editor in the WinApp VS Code Extension](https://daily.dev/posts/announcing-a-new-visual-manifest-editor-in-the-winapp-vs-code-extension-37b3oe6e6) · DevBlogs · 13 upvotes · 1 comments
- [Working with the Windows App development CLI](https://daily.dev/posts/working-with-the-windows-app-development-cli-17vd3qfge) · InfoWorld · 0 upvotes · 0 comments

---

Tags: [#.net](https://daily.dev/tags/.net), [#vscode](https://daily.dev/tags/vscode), [#winui](https://daily.dev/tags/winui)

[View this post on daily.dev](https://daily.dev/posts/appxmanifest-intellisense-for-windows-development-9ve5dvzvr)
