vote up 78 vote down star
100

We all have different needs due to the platform and/or stack we work with, and simple programmer preference is famous for starting religious wars.

However, in each area there is usually a set of tools that get recommended over and over, even though people might individually prefer one member over the others. Unix text mode code editors, for example, is an extremely contentious issue but no one can deny that most people will choose either vi or emacs.

So, without criticising the alternatives, recommend me developement tools. Text editors for different platforms, version control systems, bug trackers, database engines, templating systems... whatever! What do you enjoy using every day?

I'll edit together the answers as a list of highly recommended tools in each area. Please don't start discussing which is the best ;)

flag
show 1 more comment

118 Answers

1 2 3 4 next
vote up 6 vote down

NUnit for .NET Unit Test Cases. NAnt for .NET automated builds.

Will update the post as soon as I can think of other required tools!

link|flag
vote up 15 vote down

I could probably not live without WinMerge on Windows. It is a GUI diff/merging program that can generate standard unified diff patches. It also has a couple of cool plugins that let you diff zip files and MS Office documents.

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

Generally:

  1. Subversion or Git, Tortoise
  2. Mantis
  3. 3SqlLite (I use it almost exclusively for prototypes and demos)
  4. MySQL - For the price, it's stupidly amazing

For me (keeping in mind that I mostly do .NET):

  1. VS.NET is far beyond any other editor
  2. Resharper is a must-have add-in for .NET programmers
  3. Reflector to look inside dlls
  4. SnippetCompiler
  5. My text editor of choice is EditPadPro
  6. IntelliJ for my Java (Resharper and Intellij are so alike it's easy to switch between the two)
  7. Red-Gate SQL [Data] Compare
  8. DotTrace .NET profiler
  9. jProbe Java profiler
  10. Reflector (.NET decompiler)
  11. Cavaj (Java decompiler)
  12. NAnt/Ant, Cruisecontrol
link|flag
vote up 60 vote down

The Scott Hanselman's 2007 Ultimate Developer and Power Users Tool List for Windows may give you some ideas.

link|flag
vote up 5 vote down

These are the ones I use every day, on Windows:

Source Control: Subversion, TortoiseSVN, VisualSVN
Command Prompt Replacement: Take Command
Build Control: FinalBuilder
Text Editor: Notepad++
File/Folder Comparison Tool: Beyond Compare 3
IDE: Visual Studio 2005/2008
Scripting: Python, Komodo

link|flag
vote up 0 vote down

Bash, sed, awk for little shell scripting

  • Visual Studio + Expression Studio - .NET development and design on Windows
  • Monodevelop - .NET on Linux
  • Eclipse - Java, Crossplatform
link|flag
vote up 94 vote down

If you're doing a lot of Javascript, the FireBug plugin for Firefox is a must!

http://getfirebug.com/

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

Beyond Compare is essential for comparisons of files, folders local or remote (ftp). It is awesome!

Check it out at http://www.scootersoftware.com/

link|flag
vote up 2 vote down

Personally, I prefer the following tools, depending on the language I'm developing for:

  • Eclipse for development in PHP, Java, or other popular more open languages. There are lots of great plugins and configurations you can set to make it just right for your liking.
  • Git as a Source Control Management (SCM) tool. I like it because it is a decentralized system that is very standalone. I can use it for solo projects and my entire repository is stored with my code with no need for an extra database or server to set up. It also can work well with groups of people. There is a plugin that allows it to work with a subversion server or client so that you can operate with existing SCM systems. The downside to Git is that it can be tough for a beginner to understand at first (higher initial learning curve)
  • Winmerge for File diffs. I find this tool to be one of the best Open Source apps I've ever used. It's very well polished and makes it easy to view differences on files.
  • Notepad2 for just simple file editing on Windows. I find it to be a good replacement for Notepad that comes with Windows. It includes syntax highlighting for many languages, along with other neat features that make it great for a lightweight text editor.
link|flag
vote up 2 vote down

I have actually put together a list of my favorite tools on my blog:

http://www.coderjournal.com/essential-software/

Then there is always Scott's list, which is way more complete than mine:

http://www.hanselman.com/tools/

link|flag
vote up 3 vote down

To help with traversing through code in a command line environment ctags and cscope make life a lot easier.

link|flag
vote up 8 vote down

For Java, there are loads of great tools for development.

A lot of people are still holdouts and use text editors like Vim. Anecdotally, they are power users who use things like search/replace and the macro tools to do tasks transparently.

There are two great IDEs for Java: Eclipse, and Sun's NetBeans. Both tools are particularly hot for doing J2EE development, since they can set up and run your tomcat and glassfish servers and manage deployment.

I'v never managed to get TDD going for myself, but I think a lot of people will like JUnit.

One thing I don't like in most IDEs is their XML support. For that I use the Exchanger XML editor. It's a pity it hasn't been updated in a while.

There is, imo, no excuse for not having some sort of version management. Currently, I use Subversion. On OSX, I really like Version, and windows has unparalleled integration with TortoiseSVN.

I think the future is probably in Distributed Version control, so something like Git might be worth reading up on (guide here)

Virtual Machines can make a big difference to testing stuff, since they can let you break things or set up distributed systems locally. We use Xen for our servers, and I am trying Virtualbox for local testing on my mac.

Finally, I'd say that the GNU utils (grep, tail, pipe, sort, etc) are indispensable for diagnosing problems. I'd recommend looking at things like cygwin or the windows powershell to try and get them if you're in windows.

link|flag
vote up 7 vote down
link|flag
vote up 5 vote down

MacOS X.

  • Xcode - Editor/IDE (Objective C, C, Java)
  • SubEthaEdit - Editor (bash, python, prolog)
  • Changes - Diff/merge program
  • Mercurial - SCM
  • Trac - Ticket management
  • Fluid - SingleSiteBrowser (Trac lives in it's own application!)
link|flag
vote up 9 vote down

.NET Dev:

  • Visual Studio 2008 (can target .NET 2.0 - 3.5)
  • Resharper
  • MbUnit (backwards compatible with NUnit)
  • FogBugz for work tracking
  • Subversion for source control
  • Red Gate SQL Toolkit
  • Google
  • Rhino Mocks
  • Nant
  • KDiff for diff/merging
  • MS SQL Express (or go Developer Edition if you have MSDN)
link|flag
vote up 7 vote down

ClipX for multiple clipboard support in any program, not only inside Visual Studio

SlickRun for quick command execution

Find and Run Robot for fast desktop/start menu search or filesystem search with Locate32 plugin

AutoHotkey for keyboard remappings, with my own keyboard mappings,

F4+F4 To close any window

Alt+Alt To open Find and Run Robot process list (similar to Alt+Tab but with filters)

Alt+1 Send active window to half up screen (useful for comparisons in one monitor)

Alt+2 Send active window to half down screen

Alt+0 Switch active window to monitor 1-2

...

MouseGestures (AutoHotkey script) to enable mouse gestures across applications

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

IDEs and Text Editors

Visual Studio
Eclipse
EditPadPro
EditPlus
Notepad++
Notepad2
SlickEdit
FireBug

Diff/Merge

BeyondCompare
WinMerge

Source Control

Subversion
Git
Bazaar
Mercurial
SVK
TortoiseSVN

Build

FinalBuilder
NAnt

Bug/Issue Tracking

Mantis
FogBugz
Trac

Learning/Research

Not going to list a ton of sites but just going to go with the suggestion of The Internet. And, really, that one applies to most things in modern life and not just software development.

(Going to have trouble keeping up! Will do linking later.)

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

I personally just bought a copy of SlickEdit. Great editor (vim emulation + integrated IDE features = yes please!), expensive, can be kinda clunky. Beyond Compare is a great diff tool. As far as version control, I like Git, but SVN is great and widespread. I need a good shell, and fish is my favourite.

link|flag
vote up 1 vote down
  1. ClipX
  2. Crimson Editor
  3. allSnap
  4. FileZilla
  5. Firebug
  6. Photoshop
  7. Colour Spy
link|flag
vote up 1 vote down

I figured that since there are lots of good answers here that I would make my own answer, mark it as The Answer, and edit it up with everyones suggestions. All fine except I can't accept my own answer... Not really sure what to do about that.

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

Similar question: What are your must-have tools?

link|flag
vote up 0 vote down

File/Folder comparison: Beyond Compare (not free). I used WinMerge years ago but it didn't have folder comparisons at the time.

link|flag
vote up 0 vote down

If you are using Visual studio, you have to get Reshaper

Visual studio is essentially an incomplete product without it. I cannont stess this enough.

http://www.jetbrains.com/resharper/

link|flag
vote up 0 vote down

Want: Visual Studio 2005 Subversion NSIS

Have: Visual C++ 6 PVCS 5 InstallShield 5.5

Yes, the average age of my development tools is 14 years...

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

IDE: Oracle JDeveloper

It was essentially forced upon me by my job, but now I adore it. It's my first stop for Java/JSP/JSF work (it can also do PHP with a plugin). The zero-configuration embedded application server is also quite awesome.

Also, another vote for Beyond Compare. I just discovered it a few weeks ago when Jeff Atwood blogged about it.

link|flag
vote up 0 vote down

WinMerge for diff/merge and TortoiseSVN for CM are the first things I install after Eclipse.

link|flag
vote up 7 vote down

I find TestDriven.NET indispensable when unit testing with .NET. It's by far the best test running tool I've used. It's great when you just need to run a single test in the VS debugger. Just right click on the method in the IDE and choose "Test with -> debugger".

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

MySQL Workbench is pretty amazing. It's a way to set up your tables/and stuff visually, produce pretty charts to tape to your wall, and it has a nice export tool, for full create scripts, and will also read previous exports to create an ALTER script based on Diffs.

link|flag
vote up 56 vote down

Another one-up for SysInternals. You can mount their tool repository as a shared drive:

\\live.sysinternals.com\Tools

I just copy over all the files into C:\Program Files\Bin, then add that to my PATH.

link|flag
show 2 more comments
1 2 3 4 next

Your Answer

Get an OpenID
or

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