Eclipse 的 C# 插件
在 Eclipse 中是否有适用于 C# 的良好工作插件?我使用的是 Linux 机器,因此无法访问 Visual Studio Express.我已经有一个 Eclipse 环境可以完美地满足我的需求,所以如果可能的话,我不想处理多个 IDE.它不需要完整的代码,但突出显示和编译会很好.
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.
推荐答案
Emonic 是一个真正的 C# eclipse 插件:http://emonic.sourceforge.net/.
Emonic is an actual eclipse plugin for C#: http://emonic.sourceforge.net/.
这里有一个关于如何设置它的方便指南:http://www.ibm.com/developerworks/library/os-eclipse-migratenetvs/
Here's a handy guide for how to get it set up: http://www.ibm.com/developerworks/library/os-eclipse-migratenetvs/
Monodevelop 很棒,但无法满足您不必在多个 IDE 中工作的要求.
Monodevelop is great, but won't meet your requirement not to have to work in multiple IDEs.
相关文章