JaneySprings / DotNet.Meteor

A VSCode extension that can run and debug .NET apps (Xamarin, MAUI, Avalonia)
https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor
MIT License
269 stars 10 forks source link

Support XAML snippets for .net maui! #59

Closed kakavip closed 1 year ago

kakavip commented 1 year ago

When 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.

Screenshot 2023-05-23 at 16 59 11
JaneySprings commented 1 year ago

Hi 👋 Thank you for your issue. You mean snippets like this?

image
kakavip commented 1 year ago

oh sorry, I think I want to choose Content Page or Content View like original example image, VSCode will create XAML & C# behind like rider or visual studio.

JaneySprings commented 1 year ago

VisualStudio Code does not have the ability to create files with a specific template. It only has a snippets.

JaneySprings commented 1 year ago

If you want to get a VisualStudio or Rider experience, maybe it will be helpful: https://marketplace.visualstudio.com/items?itemName=fernandoescolar.vscode-solution-explorer

kakavip commented 1 year ago

I used C# Extensions, if I click right-mouse on the folder, vscode will show C# options for me to choose any template. Can we do the same?

Screenshot 2023-05-24 at 10 18 35
JaneySprings commented 1 year ago

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.