Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for up-to-date eclipse plugin for C# [closed]

I used to work with eclipse for nearly all the languages I need. I'm asked to work on a tool developed in C# and so, I would like to stay in the same familiar environment.

I've found the improve's plugin but its last release is from 2004 and .NET 1.1 which is quite old. Is there a newer plugin to program in C# within eclipse or am I forced to take a look at VS?

like image 604
gizmo Avatar asked Sep 28 '08 08:09

gizmo


People also ask

Where can I find Eclipse plugins?

One way of finding out is to select Help > About Eclipse Platform >. From this dialog, click Plug-in Details to get a list of all installed plug-ins, along with vendor and version information.

Are Eclipse plugins free?

Steps 2 Eclipse Plug-inDownload for Free. Available in English and French. Learn how to write Eclipse plug-ins from a real project.

How do I run a plugin in Eclipse?

You can easily run a plug-ins in another instance of Eclipse by selecting Run > Run As > Run-time Workbench. This will launch a new workbench on the same Java runtime as your development workbench, with all plug-ins in your current workspace enabled, and starting in a special runtime workspace.


2 Answers

Emonic integrates mono into the eclipse framework, that may be of use.

like image 62
Jasper Avatar answered Sep 23 '22 06:09

Jasper


I fear, that there is no good eclipse plug in. Try http://www.monodevelop.com/Main_Page or http://www.icsharpcode.net/OpenSource/SD/. And the free visual 2008 express editions are worth a look.

like image 35
ChaosSpeeder Avatar answered Sep 19 '22 06:09

ChaosSpeeder