.net Visual Studio 的最佳替代 IDE 是什么
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/310735/
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
What is the best alternative IDE to Visual Studio
提问by Darko Z
As I've only ever used Visual Studio for .NET development, I would like to expand my horizons and see what else there is on offer as an alternative to it. So what in your opinion is the best alternative to Visual Studio? Is there a viable alternative?
因为我只使用 Visual Studio 进行 .NET 开发,所以我想扩大我的视野,看看还有什么可以替代它。那么,您认为 Visual Studio 的最佳替代品是什么?有没有可行的替代方案?
采纳答案by Mat Nadrofsky
If you're into C# and VB.Net and don't mind open source then you could use SharpDevelop. It does a pretty good job!
如果您喜欢 C# 和 VB.Net 并且不介意开源,那么您可以使用SharpDevelop。它做得很好!
回答by CMS
There are many alternatives, check this list: Alternative IDEs to Visual Studio.NET, mirrored on Web Archive because the original linkis down.
有很多替代方案,请查看此列表:Visual Studio.NET 的替代 IDE,已在 Web Archive 上镜像,因为原始链接已关闭。
回答by Judge Maygarden
回答by jussij
回答by Kibbee
There's MonoDevelop, which I occasionally use when I want to do some light C# coding when in Linux. It's nothing close to VS.Net, but it works for small projects. I really don't think most of the alternatives people have listed come anywhere close to VS.Net.
有MonoDevelop,当我想在 Linux 中进行一些简单的 C# 编码时,我偶尔会使用它。它与 VS.Net 没什么不同,但它适用于小型项目。我真的不认为人们列出的大多数替代品都与 VS.Net 接近。
回答by Ian Patrick Hughes
The other great thing about SharpDevelopis the ability to translate solutions between the two big managed .NET languages VB.NET and C#. I believe it doesn't work for "websites" but it does for web application projects.
SharpDevelop的另一个优点是能够在两种大型托管 .NET 语言 VB.NET 和 C# 之间转换解决方案。我相信它不适用于“网站”,但适用于 Web 应用程序项目。
回答by seanb
As far as .net languages go, VS is hard to beat.
就 .net 语言而言,VS 很难被击败。
I have used SharpDevelop before for .net, and is overall pretty good.
我之前在 .net 上使用过 SharpDevelop,总体来说还不错。
For other languages like Java, Eclipse is really good, as well as some of the Eclipse variants like Aptana for web work.
对于 Java 等其他语言,Eclipse 非常好,还有一些 Eclipse 变体,如用于 Web 工作的 Aptana。
Then there's always notepad...
然后总是有记事本...
回答by maxx
Try out this one: "Pao" at http://pao-ide.info. It's still in development and not up to production use but it's quite unique in features. Basically, all the language constructs, such as assemblies, types, members, statements, expressions are treated as objects and are associated with rich operation options. You can enjoy features usually seen in graphical editors, such as multiple selection, multiple copy-paste, tagging, batch operation and very powerful search capability. It takes some getting used to but eventually might increase productivity. Right now, it only supports form applications though.
试试这个:http://pao-ide.info 上的“Pao” 。它仍在开发中,还没有达到生产用途,但它的功能非常独特。基本上,所有语言结构,例如程序集、类型、成员、语句、表达式都被视为对象并与丰富的操作选项相关联。您可以享受图形编辑器中常见的功能,例如多选、多次复制粘贴、标记、批量操作和非常强大的搜索功能。这需要一些时间来适应,但最终可能会提高生产力。目前,它只支持表单应用程序。
回答by qxotk
What about WebMatrix: http://www.microsoft.com/web/webmatrix/?
WebMatrix 怎么样:http: //www.microsoft.com/web/webmatrix/?


