Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use eclipse for C# development? [duplicate]

Is it possible to use eclipse for C# development? If so, how to do it? What's your preferred combination?

like image 721
kobi7 Avatar asked Oct 18 '11 05:10

kobi7


People also ask

How do you do C in Eclipse?

Launch Eclipse → Help → Install New Software → In "Work with" field, pull down the drop-down menu and select "Kepler - http://download.eclipse.org/releases/kepler" (or juno for Eclipse 4.2; or helios for Eclipse 3.7). In "Name" box, expand "Programming Language" node ⇒ Check "C/C++ Development Tools" ⇒ "Next" ⇒ ...

How do I create a new C project in Eclipse?

Create a new projectGo to Window → Open perspective → Other, select C/C++, and click OK. Go to File → New → C Project, and choose a name for the project (for example, Greeting ). Click Finish to accept all defaults.


2 Answers

While I've seen a few partially-baked plugins, I don't believe there's anything which comes even close to the Java tooling within Eclipse.

If you're on Windows you'd be best off using Visual Studio. If you're on another platform, either use a VM and Visual Studio, use MonoDevelop or Visual Studio Code.

Whilst I'd love there to be good C# support in Eclipse (and at one point I considered trying to do such a thing myself) the reality is that it's just not there at the moment.

like image 69
Jon Skeet Avatar answered Sep 22 '22 10:09

Jon Skeet


Use VisualStudio Express if you want a free IDE. Or even SharpDevelop. Plugins on Eclipse do not come close for C# / .Net development. If you are on Mono, try MonoDevelop or, again, SharpDevelop.

like image 23
manojlds Avatar answered Sep 24 '22 10:09

manojlds