vote up 79 vote down star
101

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

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

Similar question: What are your must-have tools?

link|flag
vote up 2 vote down

My list of daily used applications:

They are not necessarily the best in their fields, but as they say: "pick one tool, take the time to learn it, and squeeze it".

Ok, nobody says that.

link|flag
vote up 2 vote down

I like these free utilities:

  • ClipX - very nice clipboard manager
  • Unlocker - must have Explorer extension.
  • Snippet Compiler - compile your .NET snippets without loading MSVS
  • Process Explorer - great replacement for Task Manager
  • Windows Desktop Search - instantly find documents, e-mail, attachments, etc. Plus nice quick launch functionality (like in standalone program launchers)
link|flag
vote up 2 vote down

First, find a good multi-file text editor / IDE and stick with it, learn all you can about it and extend it to your needs. Choose carefully because moving is tough once you've become familiar with one. Key features to look for:

  • regular expression find/replace
  • user macros
  • unicode support
  • inbuilt multi-file search
  • multi-language syntax highlighting
  • community / continued support from developers
  • tools support (i.e. customizable launching of other programs like diffs etc)

As my main text editor, I love TextPad but it costs a little and doesn't have proper Unicode support. Notepad++ is a good and portable alternative. I use Notepad2 to open single text files because it's very fast and Unicode-smart.

Aptana is quite wonderful for all your web development needs - and is available on Linux too. Especially good if you find code auto-completion useful or are used to Eclipse.

Use Firefox and learn to use Firebug. It will make your web development life so much easier. Oh, and don't forget to get Firebug Lite as a bookmarklet for getting some of those features with IE, Opera, etc. Install the Web Developer extension too which has useful "view cookies", "CSS off", "images off" features etc.

To manage your own development, I like DevProject Manager. Others have covered source control in detail elsewhere on this page, but I like Subversion.

A good diff utility is vital, especially for managing releases across servers. WinMerge is great and is available as a Portable App. The best thing about it is that you can navigate directories for changes (like Windows Explorer with diffs visible for all the files - changed/same/new).

Filezilla is a good and portable FTP client, or you could try the FireFTP Firefox extension.

I'd also recommend the following handy utilities:

Certain little tools make everything that little bit easier (all these are XP/Vista):

  • PureText (paste text without fonts or other formatting via "Windows key+V")
  • GridMove (break your screen space into parts like having several mini-monitors)
  • XNeat (move taskbar items around,change process priorities, transparencies)
link|flag
vote up 2 vote down

From a Gnome user's perspective...

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

These are the tools I use every day.

  1. Visual Studio 2008
  2. Visual Studio Team System 2008 Team Explorer
  3. SQL Server 2005
  4. WIX
  5. Sandcastle
  6. Notepad++
  7. "The Internets"
link|flag
show 2 more comments
vote up 1 vote down
  • Resharper - must!!!
  • Just started using VisualSVN. (Seems to make some of Resharper's refactorings a lot easier when using Subversion.)
  • We actually use www.unfuddle.com for our subversion reposity. We are a small team working from 2 different locations.
  • GhostDoc for VS 2008
link|flag
vote up 1 vote down
  • SQL Prompt from Red-Gate. Man I love that thing.
  • Fiddler 2. A must for web development.
  • ReSharper. Just pure sweetness.
link|flag
vote up 1 vote down

Two apps I use frequently are..

-SQL Prompt from Red-Gate software (Intellisense for SQL)

-Notepad++

link|flag
vote up 1 vote down

MZ Tools and Smart Indenter for Excel development...even if it's not a "proper" language it's nice to write nice code in it!

link|flag
vote up 1 vote down

It depends.

You should consider answering the following questions:

  1. What development do you do?
  2. What kind of projects are you working on?
  3. Do you need some design tools?
  4. What is your budget?
  5. What is your system configuration?
link|flag
vote up 1 vote down
  • A good launcher - I use Launchy Make sure you get the Weby plugin as well.
  • Code snippet editor for VS (obv if you dev in VS) I use Snippy.
  • Good notepad, I personally use Editra.
  • Paint.NET - Its awesome, donate if you like it!
  • A Sync tool for all the odd files that you like to keep with you (supporting shortcuts for Launchy etc.. I actually use Live Mesh.
link|flag
vote up 1 vote down

now we know that stack overflow needs a merge feature ;)

link|flag
vote up 1 vote down

Well, I know that this is unlikely to be believed, but that's fine by me:-

The C++Builder IDE from Codegear gives me such a great head-start on developing Windows GUI applications that I'm almost unwilling to recommend it in case my competitors catch on.

It's not perfect, but the combination of C++, two-way visual RAD design, a well tried and tested application framework (VCL) and slews of third-party components (basically, all Delphi components since ~1995) hit a sweet spot for me.

Otherwise, +1 for for the usual suspects: SVN, TortoiseSVN, Fogbugz, Winmerge.

link|flag
vote up 1 vote down

A good REPL:
When programming in python I live in ipython and am constantly testing things out next to my editor.
When programming in Java beanshell gets plenty of use.
When I write PHP I miss having an easy shell to work in.
Edit, save, run, debug, edit takes a lot longer.

link|flag
vote up 1 vote down

I write code in Perl and C.

Debugging:
gdb - for C debugging
perl - for perl debugging

Editing:
vim - I try to never use the mouse. Some prefer Emacs. It's a matter of tradition for me. I typically use vim when I want to focus on a task that I'm familiar with. I use Visual Studio when I absolutely need the context-completion and object-browsing.
MS VS2005 - Microsoft has the best context-completion and object-browsing I've ever used.
Viemu - Sometimes I want vim in visual studio- this is the only tool I know of that provides this capability. However, I've realized that one of the reasons I use vim is to decrease the amount of screen clutter. Viemu doesn't help with that much.

Diffing:
kdiff3 - I don't know how I'd survive without a decent merging and diffing tool. This does the job reasonably well. It's gui-based but you can construct merges using keyboard shortcuts. That's a boon.

Documenting:
MediaWiki - If it's not in the source code, we use a wiki. This is a good solution for non-deliverable document control.

Bug Tracking:
Trac - for small shops, this integrates bug tracking and revision control reasonable well.

Revision Control:
Subversion - Very well supported in the industry. Almost as ubiquitous as CVS. The only feature it's missing is merge-tracking. I understand that's a feature planned for a future version.

link|flag
vote up 1 vote down

On Linux(Ubuntu):

On Windows(Vista):

link|flag
vote up 1 vote down

My recommendations aren't specifically programming tools, but they help organize my workspace while I'm getting things done.

WinSplit Revolution -- I like to be able to quickly maximize, tile, and organize my windows with a quick keystroke or two. I threw together a little script to do the same thing in Linux because I could find nothing like it. I can't stand working for long on computers that don't have something like this now.

VirtuaWin -- Virtual desktops for Windows that actually work half-decently. Not an incredibly slow piece of junk like Microsoft's official powertoy.

Launchy -- Launch programs via keyboard. I use Gnome Do on Linux, but it's not as good.

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

On Linux, C, C++, Java

  • Editor : emacs with mode/plugin like ECB (code browser), Cedet (ide), JDEE (Java specific ide), modes for Verilog, VHDL, you name it
  • Debugger : gdb with ddd
  • Compiler tool : gcc
  • Repository : TkSVN, TkCVS, SVN, CVS
  • Memory : Rational Purify, Valgrind
  • Code coverage : Rational PureCoverage, gcov
  • Profiler : Rational Quantify, gprof
  • Unit test : CppUnit
  • Code Review : ReviewBoard
  • Compare codes : Tkdiff, diff
  • Help at your finger tips - man
  • Roll your own : Shell Scripting, Perl, Tcl, Python
link|flag
vote up 1 vote down

Some of my favorites:

  • SlickRun (launcher - a must!)
  • Directory Opus (Explorer replacement on steroids)
  • Compare It! from grigsoft.com (for file comparison)
  • TortoiseSVN (GUI client on top of Subversion)
  • SnagIt (screenshots)
  • Notepad++
link|flag
vote up 1 vote down

Hello and good day for everyone

If you plan to play with XML i recommend the use of XMLSpy Enterprise Edition
If you plan to play with databases i recommend the use o AquaFold Aqua Data Studio
if you plan to play with UML i recommend you to use Enterprise Architect
If you plan to play with java i recommend you the use Netbeans
If you plan to play with OS compatibility a i recommend you to use VirtualBox
If you plan to play with php i recommend you to use Delphi for php
if you plan to play with the web i recommend you to use Google Chrome
If you plan to play with .NET framework i recommend you to use Sharpdevelop , Visual Studio better

Thats all With no more.... bye bye

link|flag
vote up 1 vote down

Thanks, a lot of nice tools listed here. Time to try some of them. Here are what I use currently.

  • Text Editing: Ultra-edit
  • Browser: Chromium
  • Note Management: Evernote
  • IDE: VS 2008
  • Compare/Diff: Beyond compare
  • Remote Server Manager: RoyalTS
  • JS Debugging: Firebug
  • Python: Wing IDE
link|flag
vote up 1 vote down

For .Net, look here in SO:

Summary:

For .Java, look here in SO:

Summary:

link|flag
vote up 1 vote down

For development process tools we use some of the Atlassian products (FishEye repository browsing, Crucible peer reviewing tool, Confluence wiki) and Hudson - which (echoing sentiments above) is on of the greatest development aids I have ever used.

JIRA is the best issue management tool I have ever used, but am still a fan of XPlanner in certain cases.

The more they integrate the better.

link|flag
vote up 1 vote down

ide: visual studio / netbeans (zip file!, almost portable)

editor: notepad++ (portable)

file comparison: winmerge (portable)

source control: subversion, tortoise

ticket control: redmine

file manager: free commander (portable)

explorer: IE, FF (portable), chrome (portable)

FF plugins: firebug, web developer, xmarks

sites: STACKOVERFLOW!!!, gotapi

miscelaneous: launchy (can't live without it!)

virtualization: virtual box (I have a machine image for every environment)

office: openoffice (portable)

lamp stack: xammp (portable!)

disk usage: windirstat (portable), scanner (portable)

pdf viewer: foxit (portable), sumatrapdf (portable)

uncompressor: 7-zip portable

M$ sql comparison tool: sql delta

M$ sql management: visual studio sql manager

mysql

mysql management: phpmyadmin, manager provided with mysql

as you may have noticed, I have a special predilection for portable applications...

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

Your Answer

Get an OpenID
or

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