如何为 C# 配置 Eclipse

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17979357/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-10 10:57:59  来源:igfitidea点击:

How to configure Eclipse for C#

c#eclipse

提问by Emre Yard?mc?

I'm using Eclipse Juno and windows 8. I want to configure C# for juno because eclipse is easier than other Frameworks and it has c/c++/java etc.. but not C# so is anyone got an idea about this situation?

我正在使用 Eclipse Juno 和 windows 8。我想为 juno 配置 C#,因为 Eclipse 比其他框架更容易,并且它有 c/c++/java 等。但不是 C#,所以有人知道这种情况吗?

采纳答案by Dai

Eclipse is an IDE, not a "Framework". Juno is a version release of Eclipse (specifically, version 4.2, note that we're now up to Kepler which is 4.3).

Eclipse 是一个 IDE,而不是一个“框架”。Juno 是 Eclipse 的一个版本发布(特别是 4.2 版,请注意我们现在是 4.3 版的 Kepler)。

Eclipse is not a C#/.NET IDE, it's primarily a Java and C/C++ IDE.

Eclipse 不是 C#/.NET IDE,它主要是 Java 和 C/C++ IDE。

You can add C# support to Eclipse through a third-party plugin: http://emonic.sourceforge.net/but I can't find any information regarding the efficacy of this plugin.

您可以通过第三方插件向 Eclipse 添加 C# 支持:http: //emonic.sourceforge.net/但我找不到有关此插件功效的任何信息。

If you want a good C# IDE, install Visual C# Express: http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products

如果您想要一个好的 C# IDE,请安装 Visual C# Express:http: //www.microsoft.com/visualstudio/eng/products/visual-studio-express-products

If you don't want to use Visual Studio, then use MonoDevelop: http://monodevelop.com/

如果您不想使用 Visual Studio,请使用 MonoDevelop:http: //monodevelop.com/

回答by ddavison

I would not recommend using Eclipse for C#.

我不建议将 Eclipse 用于 C#。

There are solutions out there for eclipse that lets you have syntax highlighting for C#, but i'm not sure of it's compilation abilities.

Eclipse 有一些解决方案,可以让您对 C# 进行语法高亮显示,但我不确定它的编译能力。

Also, why use Eclipse when VS already has so much. I mean hell, Microsoft made the language, and their software is ideal for it.

另外,为什么在VS已经有这么多的情况下使用Eclipse。我的意思是地狱,微软创造了这种语言,他们的软件非常适合它。

Not to mention, VS has very extravagant WinForms customization. Nothing would compare even if eclipse did come out with something.

更不用说,VS 有非常奢侈的 WinForms 定制。即使日食确实出现了一些东西,也没有什么可以比较的。

If you'd like your VS C# Express to operate like eclipse, (keybinds, color, etc) then you can do that yourself, and customize the options. I myself LOVE eclipse.. but it cannot stand on it's toes against the beast that is Visual Studio.

如果您希望您的 VS C# Express 像 Eclipse 一样操作(键绑定、颜色等),那么您可以自己做,并自定义选项。我自己喜欢 eclipse .. 但它不能站在它的脚趾上对抗 Visual Studio 的野兽。

Check out this article..it's written by a person that likes eclipse, but programs in VS. might help you get started.

看看这篇文章..它是由一个喜欢eclipse但在VS中编程的人写的。可能会帮助您入门。