C
C#14mo 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
Jimmacle14mo ago
you can create projects using templates with terminal commands
naz.daq
naz.daqOP14mo ago
?
alex
alex14mo ago
dotnet new ?
Jimmacle
Jimmacle14mo ago
dotnet new list
Buddy
Buddy14mo ago
There is also $rider
MODiX
MODiX14mo 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
Buddy14mo 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
333fred14mo 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
Buddy14mo ago
I think they mean a GUI for it? catshrug you would with JetBrains and VS
333fred
333fred14mo ago
Vsc has a template selector ui

Did you find this page helpful?