same as title suggest, I have recently got into the asp.net business and I was wondering if there are better code editors available or better yet just simpler/more instinctive shortcuts and plugins for VS 2010 or VS 2012 as I have problems getting used to the navigation around the projects.
|
put on hold as primarily opinion-based by Aristos, jadarnel27, madth3, cheesemacfly, Mike 4 hours ago
Many good questions generate some degree of opinion based on expert experience, but answers to this question
will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise.
If this question can be reworded to fit the rules in the
help center, please edit the question.
Visual Studio is by far the best IDE for .NET. There are many plugins that will help you be more productive. In addition to ReSharper, these are some of my favorites: |
|||
|
Visual Studio is by far the most powerful IDE that I have used. I've used Netbeans, Eclipse, MyEclipse, and Dreamweaver, although not for .NET, and none of them seemed to offer as much power and flexibility in my opinion. You could give Sharp Develop a try. http://www.icsharpcode.net/. It's decent, but I vastly prefer Visual Studio. Also, as far as plugins go, if you want to drop the money for Resharper, it will make your life vastly easier. |
|||||
|
You could also check out MonoDevelop. Not nearly as powerful as Visual Studio (+ ReSharper), but a nice and really lightweight alternative. As part of the Mono Project, it also runs on Linux, Windows and Mac OSX. And it uses very little disk space compared to VS. |
||||
|