为 C# 寻找最新的 Eclipse 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/145484/
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
Looking for up-to-date eclipse plugin for C#
提问by gizmo
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.
我曾经使用 eclipse 来处理我需要的几乎所有语言。我被要求使用 C# 开发的工具,因此,我想留在同一个熟悉的环境中。
I've found the improve's pluginbut 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?
我找到了改进的插件,但它的最后一个版本是 2004 年和 .NET 1.1,它已经很老了。是否有更新的插件可以在 eclipse 中用 C# 编程,还是我被迫看一看 VS?
采纳答案by Jasper
回答by ChaosSpeeder
I fear, that there is no good eclipse plug in. Try http://www.monodevelop.com/Main_Pageor http://www.icsharpcode.net/OpenSource/SD/. And the free visual 2008 express editions are worth a look.
我担心没有好的 Eclipse 插件。试试http://www.monodevelop.com/Main_Page或http://www.icsharpcode.net/OpenSource/SD/。免费的visual 2008 express editions 值得一看。
回答by Odd
Emonic is worth a look as Jasper suggested. I've installed it in the past myself, but over a year ago. Checking the change logs on the site, it does not appear that they have had any new releases since then. The worst thing about it is that it does not supply a debugger or any refactoring tools. I've found that if you're going to work with Microsoft products it's best to eat the whole hog.
正如 Jasper 所建议的,Emonic 值得一看。我自己过去安装过它,但一年多以前。检查站点上的更改日志,从那时起他们似乎没有发布任何新版本。最糟糕的是它不提供调试器或任何重构工具。我发现,如果您要使用 Microsoft 产品,最好将整头猪都吃掉。
You will have a learning curve getting into visual studion from eclipse, but it will probably save you some time working out the nuiances with a product trying to build .NET code.
您将有一个从 Eclipse 进入 Visual Studion 的学习曲线,但它可能会为您节省一些时间来解决尝试构建 .NET 代码的产品的细微差别。
Visual Studio is a very nice environment to work in, the express editions are free so my suggestion would be to take the opportunity and have a look at the VS dev environment.
Visual Studio 是一个非常好的工作环境,express 版本是免费的,所以我的建议是抓住机会看看 VS 开发环境。
回答by Daniel Rodriguez
MonoDevelopjust released a Windows Beta, and it's looking very good. It's a cross platform C# IDE. It may be of use.
MonoDevelop刚刚发布了一个 Windows Beta,它看起来非常好。它是一个跨平台的 C# IDE。它可能有用。
回答by Bek Raupov
I have found below 2 articles helpful in trying to get C# Formatting in Eclipse:
我发现以下 2 篇文章有助于尝试在 Eclipse 中获取 C# 格式: