Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# plugin for Eclipse

Is there a good working plugin for C# in Eclipse? I'm using a Linux machine so I do not have access to Visual Studio Express. I already have an Eclipse Environment working perfectly for my needs so I don't want to deal with multiple IDEs if at all possible. It doesn't need code complete but highlighting and compiling would be nice.

like image 824
Andrew Avatar asked Jun 22 '11 18:06

Andrew


2 Answers

Emonic is an actual eclipse plugin for C#: http://emonic.sourceforge.net/.

Here's a handy guide for how to get it set up: http://www.ibm.com/developerworks/library/os-eclipse-migratenetvs/

Monodevelop is great, but won't meet your requirement not to have to work in multiple IDEs.

like image 172
Michael Ames Avatar answered Sep 18 '22 13:09

Michael Ames


I'm not sure about eclipse, but MonoDevelop is cross platform.

http://monodevelop.com/

like image 33
Chris Breish Avatar answered Sep 18 '22 13:09

Chris Breish