C
C#2y ago
naz.daq

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
Jimmacle
Jimmacle2y ago
you can create projects using templates with terminal commands
naz.daq
naz.daqOP2y ago
?
jen
jen2y ago
dotnet new ?
Jimmacle
Jimmacle2y ago
dotnet new list
Buddy
Buddy2y ago
There is also $rider
MODiX
MODiX2y ago
JetBrains
Rider: The Cross-Platform .NET IDE from JetBrains
Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux
Buddy
Buddy2y ago
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
333fred
333fred2y ago
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
Buddy
Buddy2y ago
I think they mean a GUI for it? catshrug you would with JetBrains and VS
333fred
333fred2y ago
Vsc has a template selector ui

Did you find this page helpful?