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

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

I am a huge fan of Powershell. Don't be fooled by the administrator tools credentials, if you do development in .Net or want a OO scripting language on your Windows box that puts the UNIX equivalents to shame, this is it. I also use GVim and Notepad++ on a daily basis.

link|flag
vote up 0 vote down

Environments: Eclipse (C/C++, Java, PHP, Ruby, Rails), EiffelStudio (Eiffel), Visual Studio (.NET), Expression Studio (.NET design)

Text Editors: jEdit

Shells: Cygwin, PowerShell, Unix command line tools for Windows

Compilers: MinGW (Windows, C/C++)

Version Control: TortoiseSVN (SVN), TortoiseCVS (CVS)

Mathematics: R (statistics), Octave, Maxima, Singular CAS (still comparing the functionality of the last 3...I'll probably choose 1)

Art: GIMP, Inkscape (Scalable Vector Graphics)

link|flag
vote up 0 vote down

Slick Edit Gadgets are a great addon to VS...I particularly like the line count. And they are free! The full versions I nice too, but may not be worth the cost for everyone.

VSWindowManager is a great tool for keeping window "Profiles" in Visual Studio. I use it all the time for switching between full window text editing and the usual window with Solution Explorer, Errors, Output, etc.

VisualSVN For VS Subversion integration...if you use VS and work in a subversion environment, this is hands down the best $50 you can spend. The time and sanity saved is worth every penny. I even bought it for work myself because they were too cheap to get it for me...I like it that much.

link|flag
vote up 0 vote down

There are many, but there are some that I find myself installing before I even get started:

I have found Copernic to be much better than Windows Live Search, even under Vista.

If you have > 1 monitor, then Ultramon is indispensable.

In Firefox, Mouse Gestures.

link|flag
vote up 0 vote down

There are many, but there are some that I find myself installing before I even get started:

I have found Copernic to be much better than Windows Live Search, even under Vista.

If you have > 1 monitor, then Ultramon is indispensable.

In Firefox, Mouse Gestures.

link|flag
vote up 0 vote down

I am a big fan of xplorer2, it makes navigating the file system more programmer friendly. I am sure everyone will agree that using the search capability in Windows XP is infuriating; Xplorer2 allows you to search across directories and inside files, although not quite grep it is very useful. It comes with a nice lightweight replacement of notepad.

link|flag
vote up 0 vote down

Eclipse PDT for PHP development on Linux.

link|flag
vote up 0 vote down

Of the tools I have seen on the list that haven't been mentioned one of my favorites is "Dave's Quick Search Deskbar" which can be found at http://dqsd.net/ it's ability to use switched shortcuts for things like MSDN and the MS Knowledgebase Q articles are outstanding. There are probably 30 of the shortcuts I use constantly when programming and well over 200 odd searches ranging from FedEx Tracking number search.

For quick and dirty UI prototypes I have found I am using the Pencil Firefox add on which is a handy SVG Image editor. There are enough stock UI widgets built in I can make an interface in 3 or 4 minutes to send off as a .PNG for a decent approximation. Pencil can be found at Pencil Homepage

link|flag
vote up 0 vote down

In addition to many of the above, I'm a big fan of MaxiVista. I use it with two laptops each with an external monitor, and uses it in two scenarios: 1. Extending the screen so that I can use four monitors simultaneously, or 2. Control the secondary computer with the same keyboard/mouse as I use on my primary computer just by moving the cursor over to the next monitor.

link|flag
vote up 0 vote down

REsharper Paint.NET Fiddler Notepad++

are my main goto's

link|flag
vote up 0 vote down

While programming I use snagit and evernote.

Snagit is great for screen prints. You can set it up to hot-key captures into a stack of screen captures with a name that counts up. I like to use them to keep a chronology of runs of some of my output. (Techsmith also makes Camtasia studio. A must have for demos.)

Evernote is a great notepad program that creates a continuous tape of just about anything. I paste code into it all the time. It has a nice little search filter. It is pretty cool to grab a copy of the website you are developing each time you change it. Great way to show changes without much work.

link|flag
vote up 0 vote down

I'd second IntelliJ IDEA as a Java IDE. I keep on trying others but going back to IDEA. Built in refactoring, almost psychic code completion, good debugging, good integration with almost every popular tool, and usability which has clearly been thought about.

link|flag
vote up 0 vote down

For the Mac:

Textmate

link|flag
vote up 0 vote down

GVim - I've tried to use other editors and larger IDEs and such, and keep coming back to good old gvim.

link|flag
vote up 0 vote down

Git for version control. Works great by itself, or as a svn client with git-svn.

link|flag
vote up 0 vote down

rssbandit - rss reader

trayit - for minimizing windows to tray. Hate having too many on taskbar

link|flag
vote up 0 vote down

For .Net:

http://www.linqpad.net/

link|flag
vote up 0 vote down

For a good list of available tools, check out Scott Hanselman's recommendations.

In practice I don't see how you could really use all of those tools well. Here is a pared down list of what I use in my 2 separate development environments since I split my time roughly in half between C# and Python. About half of these tools are free.

  • SVN (Tortoise, anksvn, subvert for Eclipse. Die StarTeam, die!)
  • GridMode (cut down on window positioning time, long live the keyboard!)
  • TaskSwitchXP Pro (no Vista for me)
  • Cygwin (Used mainly for grep and scp)
  • ReflectionX
  • GVIM (yes, I'm a vi guy)
  • Excel (todo lists, occasional code generation)
  • Outlook + SpamBayes + Lookout (makes Outlook a little less painful)
  • Toad for Oracle (Nice tool, but I wish the ER diagrams were more display friendly)
  • Visio (Used for ER diagrams mainly, but I wouldn't recommend it.)

  • Eclipse + Pydev + viPlugin (I'm hooked on debugging in an IDE)

  • Ant for automated builds and remote deployments

  • Visual Studio 2008 + viEmu

Missing Tools

  • Bug/Issue Tracking DB (I can't currently justify the overhead for myself)
link|flag
vote up 0 vote down

kdiff3 - works in linux and windows

link|flag
vote up 0 vote down

trac - a great way to view your svn tree + wiki + bug tracking

link|flag
vote up 0 vote down

Windows XP and later:

Programmer's Editor:

On Windows XP and later, I recommend TextPad. It is an excellent low-cost editor, which supports multiple language configurations and good but limited integration with 3rd party tools

I also use UltraEdit-32 from IDM Computer Solutions. It is not as good for multi-language development, but it supports editing files accessible with FTP.

UNIX/Linux remote sessions: puTTY is an excellent free program for this.

link|flag
vote up 0 vote down

Cygwin or, if in Vista Ultimate, the Unix Subsystem. Mostly for the purpose of having access to grep.

link|flag

Your Answer

Get an OpenID
or

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