vote up 3 vote down star
1

Every day I realize how much I love Visual Studio for .NET development.... but, I believe that Resharper, may hold a value that surpasses Visual Studio's (I am using VS 2005 for WPF/WCF development).

I decided it would be great to compile a list of the most valuable tools for software development. These can be applications/plug-ins anything that you think holds GREAT value.

Also, please explain the benefits of the tool that you are posting.

Resharper:

  • Intergrated Unit testing
  • "Camel Hump" code auto completion
  • Find "usings" (inverse of "Go to Deceleration")
  • Code formating and member rearranging
  • Assembly and namespace inclusion (based on your code)
  • Check for common optimizations and possible bugs in code and suggests/rewrites the code for you (things like null checking, redundant delegate creation, inverting if statements, etc...);
  • Tells you when code and be more generic (may suggest things like "use this interface instead" if your code never refers to something specific on an object)
  • Helps you see code that is not being used and will clean any unused members.
  • File structure view helps you jump around the regions of your file (this is really awesome and clean).
  • Class searching (you can use things like camel humps) Asks you which partial file to open once you find a class.
  • It also has it's own plugin support, so you can do things like FxCop, documentation and relfector (all free).
  • This thing has so much I don't think I hit 10% of it yet :) [When I get time, I will try to add more... feel free to help me out]
flag

34 Answers

prev 1 2
vote up 0 vote down

Coffee. And I'm dead serious when I say this - a walk down to the breakroom for a cup of coffee provides me enough time to get away from my desk and muse over any problems I might be running into.

link|flag
vote up 0 vote down

Instead of using VS.NET for testing some pieces of code Snippet Compiler is the best http://tech.wowkhmer.com/post/2008/10/29/Compile-and-Test-NET-Code-Snippet-Without-Saving.aspx

link|flag
vote up 0 vote down

1) Google Code Search (saves me unbelievable amounts of time)

2) ThinkingRock (http://www.thinkingrock.com.au/). It's a free tool that allows me to create my todo lists using the GTD ('Getting Things Done') system. Initially I thought it was overkill (compared to my trusty paper and pencil) but I've kinda gotten used to the system forcing me to think through my task rather than just taking a crack at some random task that's been floating around in my head.

3) GOOD sleep. I've often been stumped by design decisions and slept on them only to wake up with the "Oh that's just so obvious" thought.

link|flag
vote up 0 vote down

Geany I think. I use it to write my code, to think my code and I use is interface to compile my code. So what can I want more?

link|flag
prev 1 2

Your Answer

Get an OpenID
or

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