madskristensen / AddAnyFile

A Visual Studio extension
Apache License 2.0
262 stars 119 forks source link

Support for XAML #125

Closed insomniachi closed 2 years ago

insomniachi commented 2 years ago

Description

Allow adding .xaml files

Expected behavior: It should create a .xaml file and it's code behind .xaml.cs if the name ends with Page, it should create a page, otherwise a usercontrol with same template code as in VS.

insomniachi commented 2 years ago

I just noticed a PR. closing