C# plugin for Eclipse(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.
这篇关于Eclipse 的 C# 插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Eclipse 的 C# 插件
基础教程推荐
- Struts2 URL 无法访问 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
