eclipse / aCute

Eclipse aCute - C# edition in Eclipse IDE
https://projects.eclipse.org/projects/tools.acute
Eclipse Public License 2.0
78 stars 33 forks source link

How to I start a new C# project? #159

Closed Fuse56 closed 5 years ago

Fuse56 commented 5 years ago

I've installed aCute C# plugin, but how do I start a new C# project? All I see are the standard projects, C/C++ etc.

mickaelistria commented 5 years ago

Do you see nee .NET project wizard?

Fuse56 commented 5 years ago

Yes, I see a .NET Core, which looks like it needs to be set up.

Fuse56 commented 5 years ago

I was able to load a C# project by using the .NET Core wizard and locating the dotnet.exe command file in C:\Program Files\dotnet

This enabled me to create a C# console project. Thank you very much for your help.