Microsoft studio code alternatives for mac that also have the templates available.
I'm having some issues starting off with C# because i'm a mac user. I would love the template option that microsoft visual code has but it isn't offered on it's vsc C# dev extension? if anyone has any helps on getting the templates for this would be great.
10 Replies
you can create projects using templates with terminal commands
?
dotnet new
?dotnet new list
There is also $rider
JetBrains
Rider: The Cross-Platform .NET IDE from JetBrains
Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux
It is paid but it's pretty much the best IDE for .NET
Not so much for GUI but amazing for ASP.NET and Console applications, also really great for Avalonia; which yes, is a GUI framework for .NET
I would love the template option that microsoft visual code has but it isn't offered on it's vsc C# dev extension?No idea what you mean by this? Have you set up devkit? VSC absolutely has template support
I think they mean a GUI for it? you would with JetBrains and VS
Vsc has a template selector ui