Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
3  
Resharper is great help. – JustCode 7 hours ago
That's beautifully ironic as "JustCode" is the name of a Telerik's product that competes with Resharper. – Chris Pratt 4 hours ago

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.

3 Answers

up vote 3 down vote accepted

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:

Web Essentials

Productivity Power Tools

share|improve this answer
+1 I used to LOVE PPT. Glad they finally made a VS2012 version. If I didn't have Resharper it would definitely be my backup choice. – David L 7 hours ago

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.

share|improve this answer
1  
Yeah VS+R# is going to be hard to beat. – Matthew Watson 7 hours ago

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.