vote up 20 vote down star
5

What is your single favorite development tool?

flag
3  
That means we should have polls on SO :) – Ilya Ryzhenkov Sep 20 '08 at 19:56
4  
Polls is not a bad idea :) – vito Oct 5 '08 at 13:40
9  
I vote against polls `) – Liran Orevi Jul 12 at 10:17
show 1 more comment

112 Answers

vote up 3 vote down
link|flag
vote up 0 vote down

komodo for python development

visual studio for C++ development

link|flag
vote up 1 vote down

XCode of course

link|flag
vote up 0 vote down

TextMate, if on Mac. SciTe, if on Windows/Linux.

link|flag
vote up 3 vote down

NUnit all the way.

link|flag
vote up 2 vote down

Actually, it can't be one.

For Java development:

  1. Eclipse (or VS on Windows for MS technologies)
  2. FindBugs (A lint-like tool is what I mean here)
  3. An Eclipse plugin for your source control
  4. UNIX utils such as grep, find, ps, etc. while debugging outside IDE (Cygwin)
  5. ANT for automating the builds
  6. Testing frameworks such as TestNG or JUnit (or nUnit)

But if I have to choose only 1, then Eclipse :)

link|flag
vote up 1 vote down

TeamCity http://www.jetbrains.com/teamcity/index.html

link|flag
vote up 41 vote down

Firebug. Doing web development without it is like typing with one hand instead of two.

link|flag
vote up 1 vote down

Does pen and a pile of paper count as a single tool?

link|flag
vote up 0 vote down

So while very new to myself, PClint is my new favorite. I'm still in the market for a good editor though which ultimately SHOULD be my favorite dev tool.

link|flag
vote up 0 vote down

BBedit from Bare Bones

link|flag
vote up 0 vote down

My brain!

(Or is that considered hardware?)

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

Favorite development tool?

  • VS2008 for C#
  • Subversion through AnkhSVN and TortoiseSVN (I just can't live without them)
link|flag
vote up 9 vote down

Eclipse

So many features, exactly where I expect them to be -- and I'm always discovering more new and useful features.

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

A whiteboard and a few markers are the best tool when coding. It is invaluable for figuring out flow and structure and relaying those ideas to co-workers.

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

IntelliJ

link|flag
vote up 0 vote down

IPython - "The goal of IPython is to create a comprehensive environment for interactive and exploratory computing."

link|flag
vote up 2 vote down

My keyboard ;-)

... actually, my favorite is the IntelliJ IDEA.

link|flag
vote up 1 vote down

Mercurial!

link|flag
vote up 4 vote down

I'm a web app developer, and my favourite tools are:

Editors:

Database:

Souce Control:

Testing:

But my top favourite dev tool has to be Firefox with a few addons:

link|flag
vote up 2 vote down

My state of the art quad core computer with dual monitors.

ProGuard Java code obfuscator/shrinker.

Shameless self plug: I also find my own RefactorBuddy invaluable.

link|flag
vote up 9 vote down

GCC - GNU Compiler Collection

GCC

link|flag
vote up 0 vote down

alt text

Code::Blocks

link|flag
vote up 6 vote down

Keyboard.

Seriously! Development software which makes me keep reaching for the mouse is a productivity haemorrhage.

link|flag
vote up 1 vote down

My coffee machine. Without it, my mind doesn't work.

In all seriousness, my single favorite development tool is my mind. I can develop software using a plain text editor and a compiler. It might suck, but I can. But I can't develop software without the ability to think, and think clearly.

link|flag
vote up 0 vote down

Eclipse with Flex Builder installed.

link|flag
vote up 20 vote down

A door that can be closed.

link|flag
1  
A door that can be locked combined with a phone that can be switched off are the best productivity tools of them all. – Simon Righarts Nov 25 at 1:41
vote up 0 vote down
  • .NET: Visual Studio 2008
  • Java: Eclipse
  • C: VI
link|flag
vote up 0 vote down

My fingers!!!!!!!!!!!

link|flag

Your Answer

Get an OpenID
or

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