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 1 vote down

TestDriven.NET

This lets you easily run (and debug) single NUnit tests from the IDE.

link|flag
vote up 2 vote down

The CodeRush/Refactor Pro addins are, I think much more robust than the Resharper et all offerings.

Visualization Tools - Quickly see the essence of the code you're working on because Clarity is good - Noise is bad.

Advanced Selection Tools - Select and radically manipulate code with efficiency, because working with selections the old-fashioned way is an exercise in tedium.

Clipboard Tools - The clipboard as your trusty sidekick because a smart clipboard is a whole lot better than a simple one.

Navigation Tools - Move through source code faster because fishing for code is a distraction that you don't have time for.

Code Templates - Create common code blocks fast because manually typing in all those characters of a try/catch block or a for-loop takes way too long. Cutting down on the repetition in your day can help reduce the risks of long term damage.

CodeRush Extensibility - The extensibility of CodeRush is it's single greatest feature because through custom extensions you can help newbies adhere to team standards, implement that great VS feature idea you had, or simply exploit all the killer plug-ins submitted by the CodeRush community.

alt text

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

Subversion. Even if you're a solo programmer, version control is a vital tool. And WinZip is not a version control system. :-)

http://subversion.tigris.org

link|flag
vote up 7 vote down

ReSharper is my #1 choice as well. This tool has so many time savers that I just can't code without it.

I would say #2 would be Reflector. This has given me a greater understanding of third party type systems including those in the .Net Framework.

link|flag
vote up 3 vote down

NUnit.

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 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 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 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 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 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 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 5 vote down

Time spent thinking.

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 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 3 vote down

GIT.

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

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 0 vote down

Visual Studio 2008 SP1 is the bees knees.

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 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 3 vote down

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

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 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 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 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

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 1 vote down

Visual Assist anyone?

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

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 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
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.