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

1 2 next
vote up 24 vote down check

The pencil and paper sitting next to my keyboard.

link|flag
show 3 more comments
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
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

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

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


Notepad++ - advanced free text editor with lots of functionality;

VisualSVN Server as SVN server

RapidSVN as SVN client;

DebugView for capturing System.Diagnostics output.

Reflector for inspecting managed libraries/applications.

Intellij IDEA and Eclipse as IDEs for Java;

For the moment, I think R# is really slowing down Visual Studio, will not use it for the moment.

And finally Visual Studio 2008 SP1. Could not live without it.

link|flag
vote up 1 vote down

A white board - I am such a visual thinker that I have to draw everything. I prefer a white board because I can share with many people, quickly erase and redraw, and even leave it on my wall for a while as a reminder.

link|flag
vote up 1 vote down

Visual Assist anyone?

I would have picked source control first but that's already been mentioned.

link|flag
vote up 0 vote down

Resharper is also my #1. I also couldn't get by without TestDriven.NET. SlickEdit's free SlickEdit Gadgets for Visual Studio also adds some nice formatting options.

Source control is a must. I use SVN on a Linux server, but if you have a Windows server, check out the free VisualSVN Server and buy the VisualSVN source control plugin for Visual Studio.

link|flag
vote up 0 vote down

I tried Resharper, but found it a little odd. I guess I have gotten used to Code Rush and the way it does things.

NUnit and Rhino Mocks for me

link|flag
vote up 0 vote down

Visual Studio by far. It works, bottom line. I've used a gawd awful amount of IDEs for different languages, platforms, etc before, but nothing puts everything so nicely into one package -- yet simple.

It's like a car, you can have all the bling on the outside, or you can have it under the hood. Visual Studio puts it all where it matters, under the hood -- where you can tweak it and have it do what you want it to do, and its not just some shotty thing that looks cool.

link|flag
vote up 2 vote down

Another pair of eyes...

Getting someone else to look at your code - whether it is to break a blocking issue you have with what you are developing or doing a code-review before a critical check-in, other peoples' input into your thought process can be invaluable.

link|flag
vote up 3 vote down

Headphones and gangster rap.

I don't even listen to rap when I'm not programming...maybe it's the "violence" in the lyrics or the bass keeping me on track, but it seems to heighten the senses and I swear I make less mistakes when I'm listening to old-school Tupac or Eazy-E.

I know it's not normal, but try it.

link|flag
show 1 more comment
vote up 3 vote down

Eclipse! (Java, Pydev, PDT!, UML, etc.. etc..)

link|flag
vote up 1 vote down

A debugger with the ability(when a break is sent) to view the values of variables/pointers and that can print out the call stack.

If I can view the value of a function and how the program got into the scope it did, I can debug pretty much anything with some time and patience.

link|flag
vote up 0 vote down

Technically, tools that cost money should not be considered as answers. You can't beat the infinite value of free tools.

link|flag
show 1 more comment
vote up 0 vote down

Visual Studio 2008 SP1 is the bees knees.

link|flag
vote up 2 vote down

Despite the advances in high level languages, we still manually string code together line by line. Resharper definitely helps automate that process.

Reflector is more of a knowledge tool, and I only crack it open when I want insights to debugging.

I often encourage colleagues to think in Notepad++, and spell out there thoughts without having to be bound to namespaces, references, etc.

link|flag
vote up 3 vote down

GIT.

Git adds all the features I need and can interact easily with svn (git-svn).

link|flag
vote up 0 vote down

I am going to have to go with my computer on this one.

After that, and on a more serious note, I'd have to say the community we work in. I know I couldn't get much done without other smart, inventive, saavy, and helpful people to bounce ideas off.

link|flag
vote up 10 vote down

Rubber duck.

"Place a rubber duck on your monitor and describe your problems to it. There’s something magical about stating your problems aloud that makes the solution more clear." -- from the Pragmatic Progammer

link|flag
show 4 more comments
vote up 5 vote down

Time spent thinking.

link|flag
vote up 4 vote down

For me, it would be Emacs.

Even when I'm using VisualStudio for compiling, Emacs is my editor, and I spend nearly all day in there.

link|flag
vote up 1 vote down

I don't think the value is always just in the tool. Rather I think the value is using the tools to their fullest capabilities.

You have found value in Resharper, other may not see that same value, until they understand what it is capable of.

I personally have found value in the DevExpress Addins (already mentioned), as well as the DPack Addin. Those two help enhance my effectiveness in VS.

I have taken the time, and continue to take time to learn new/interesting ways of using them.

link|flag
vote up 0 vote down

Any modern IDE. Where would I be without one? Not sure I'd even remember System.out.print()...

link|flag
show 2 more comments
vote up 0 vote down

VIM, definitely.

With freely available, or custom-written plugins it get's all the features of the big IDEs with none of the slowness and bloat.
And it is cross-platform and can be used to develop with any language.

Features

Refactoring: Bicycle Repair Man (bike.vim), Rope (rope.vim)

Autocompletion: Omnicomplete, Supertab.vim

Anything Else: Python bindings

link|flag
vote up 4 vote down

My tops are Google (including MSDN and the MSDN's of each language like php.net) and a great IDE (like Visual Studio).

link|flag
vote up 1 vote down

TestDriven.NET, ReSharper. You know, the usual suspects.

One tool, though, that I really like is VisualSVN. Being able to use Subversion from the IDE and letting it handle all the redundant tasks (such as adding, renaming, etc..) is really valuable. Zero friction. Is it most valuable? Not sure.

link|flag
vote up 6 vote down

Experience and knowledge. Seriously, tools can be immensely valuable to a skilled programmer. But despite all the marketing claims, the tool that can make up for a basic lack of skills hasn't been invented yet.

link|flag
vote up 3 vote down

NUnit.

link|flag
1 2 next

Your Answer

Get an OpenID
or

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