Support XAML snippets for .net maui!
See original GitHub issueWhen developing maui app, I have to spend more time to create ContentPage
in Xaml & C#.
Currently, There isn’t any extensions support xaml snippets for .net maui.
Can you support it in this extension? I think it is good to develop fully .maui app on vs code with this extension.
Issue Analytics
- State:
- Created 4 months ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Introducing the .NET MAUI Toolbox for Visual Studio
The new toolbox allows developers to easily add a diverse range of Syncfusion .NET MAUI controls code snippets to the XAML files within...
Read more >Tutorial: Create a .NET MAUI app
This tutorial series is designed to demonstrate how to create a .NET Multi-platform App UI (.NET MAUI) app that only uses cross-platform code....
Read more >Useful code snippets for Xamarin development
I want to show you how you can easily adds the custom snippets to Visual Studio on Windows. You need to open Tools...
Read more >Snppts - Welcome to Snppts
Snppts lets .NET MAUI and Xamarin.Forms developers and designers share interface snippets to enable each other to quickly create great looking mobile apps...
Read more >NET MAUI Project and Item Templates
This VS extension is loaded with Project Templates, Item Templates, and Code Snippets for working with .NET MAUI in Visual Studio 2022. This...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think you should request this feature from the author of the plugin you mentioned above because it already has a functionality for parsing projects and I don’t need to duplicate it.
I used C# Extensions, if I click
right-mouse
on the folder, vscode will showC#
options for me to choose any template. Can we do the same?