Every developer has a collection of "must have" tools, things that you want to have around as part of your default development environment. Examples include emacs, vim, meld, ctags, eclipse, cygwin, firebug, etc. What's the most recent such tool you've discovered and cannot now live without?
For me it's git-svn. I have to work with subversion repositories at work and for a few open source projects, and git-svn makes a huge difference in my ability to use svn effectively.
I started using Selenium for functional testing about a year ago and it rocks. Also Emma for code coverage when running unit tests has become a must have.
LINQPad is my latest tool - very handy for C# developers (and not just if you are using LINQ, either). And, the basic version is free, too.
"LINQPad is also a great way to learn LINQ: it comes preloaded with 200 examples from the book, C# 3.0 in a Nutshell. There's no better way to experience the coolness of LINQ and functional programming.
And LINQPad is more than just a LINQ tool: it's a highly ergonomic code snippet IDE that instantly executes any C#/VB expression, statement block or program – the ultimate in dynamic development."
I always use the Rubular regular expression editor/tester. It's indispensable for making sure my regexps cover a variety of test cases (in real time!)
- JDarkRoom: A simple full-screen text editor
- PSPad: A freeware programmer's editor
- Apache Directory Studio: Eclipse based LDAP Browser and Directory client
Most recent? TestSwarm
Other tools I (have) use(d):
- vim
- screen
- git
- bash
- yakuake
- firebug
- sublime (text editor with a 5000 feet view)
- Firediff
- firequery
kkrunchy and crinkler are two executable packers for Windows. Indispensable if you're making 4k or 64k intros.
I couldnt live without the Red Gate selection of SQL apps in the SQL Toolbelt
The one i use the most is there SQL Compare... its save my life too many times to mention..
"Icon Composer.app" that comes for free with Apple's Developer Tools.
I always knew that it is great to generate .icns files for Mac OS X apps but I recently figured out that it also creates really nice .ico files for Windows apps.
(Choose "File" -> "New ICO")
Beyond Compare is da' bomb for file & folder comparisons! TextPad is my favorite text editor - though it has to be configured to have a reasonable UI TakeCommand is a massive improvement over the windows command shell
Expresso - regex builder.
Sql Examiner Suite - tools for diffing sql server structure and data between dbs.. It can even compare to a backup or a db script. I prefer it to Redgate tools.
Resharper (obviously!)
GhostDoc - autodocumenter for VS.
And lot's more that I'm sure I'll edit in when I remember :)
Reflector -- not a tool that I found the need for with C#, but when trying to figure out what it is that F# does when it spawns a mess of FxCop messages, it has become indispensable.
- UltraEdit for text editing. I particularly enjoy the way it does vertical blocks.
- 7-Zip for file compression.
- SQL Delta for comparing database structures.
- The Developer Express Toolkit for Visual Studio
GVim = syntax highlighting for everything and integration with any OS in any way (GUI or Console). (wooa, zen :) ).
Netbeans = JSF, Scala, C++ and the lot. SVN, Collaboration, Platform independence (Thich n' slack)
Cooder pluging for Open office = syntax highlighting for a bunch of languages. Even stuff like Ocalm, which makes it perfect for academia (along with all the other features of open office).
Freemind = mindmaps! indispensable if you want to get an overview of your curriculum, your projects, goals and tasks (etc). Freemind ftw.!
Dropbox = access your files frenshly synchronized on both linux and windows boxes (slackilizious).
Cheers
I use Araxis Merge nearly daily. For two-way diffs and three way merges, it's the best tool I've found. I also get lots of millage out of the recursive directory diffing.
Now I can test things with a server that is installed on my workstation. No need to ask permission, no need to share, no worries about messing up the install because I have my own backup of the image. This makes it easier to do cross-platform development too.
Autohotkey. Assign global hotkeys to launch batch files. Good if you don't program with an IDE. Get an advantage in many games by making shortcuts.
- TortoiseHg Once I started using version control there was no going back
- Ulipad Great free python/whatever editor
- Firebug Indispensable for figuring out anything html/css/js/etc
AMQP, and RabbitMQ in particular, are my newest tool for which I'm constantly finding uses. It can move hundreds of thousands of messages a second, and makes asynchronous communication between machines a breeze. Messages are opaque, so you can send whatever data you want into a queue. The message queue handles all the nasty problems related to concurrent access, so as long as you can break work up into small chunks and run a worker daemon, it's pretty much ideal. It's got incredible performance, but it's easy enough to use and set up that it's actually pretty effective even on things for which it's obviously complete overkill.
SQL Examiner that deploys database schema changes and keeps database schema under version control
FastReports.Net - perfect reporting solution
Visual Studio 2010
I'm late to the party, but SlickRun has changed my life!
It's so nice to type Ctrl+R, stackoverflow to get to this site.