What is the best alternative IDE to Visual Studio

2019-01-21 09:43发布

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?

13条回答
霸刀☆藐视天下
2楼-- · 2019-01-21 10:35

There are many alternatives, check this list: Alternative IDEs to Visual Studio.NET, mirrored on Web Archive because the original link is down.

查看更多
Juvenile、少年°
3楼-- · 2019-01-21 10:38
我命由我不由天
4楼-- · 2019-01-21 10:38

Eclipse has several C# plugins, the best I've found to date is Emonic . You can target .NET or Mono with the help of it. Both Eclipse and Emonic are open source.

查看更多
迷人小祖宗
5楼-- · 2019-01-21 10:39

I still like Source Insight a lot, but I'm hesitant to recommend it anymore as I'm not sure anybody's still maintaining it. They released a very minor update back in March but haven't had a major release in years. And there seems to be no web community presence. It's a shame because I still like its auto-completion-friendly file open and symbol browsing panels (as well as syntax formatting) better than anything else I've ever used.

查看更多
劳资没心,怎么记你
6楼-- · 2019-01-21 10:40

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!

查看更多
我欲成王,谁敢阻挡
7楼-- · 2019-01-21 10:40

As far as .net languages go, VS is hard to beat.

I have used SharpDevelop before for .net, and is overall pretty good.

For other languages like Java, Eclipse is really good, as well as some of the Eclipse variants like Aptana for web work.

Then there's always notepad...

查看更多
登录 后发表回答