vote up 79 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

prev 1 2 3 4
vote up 0 vote down

VIM, putty, firebug, firefox.

link|flag
vote up 0 vote down

Here's what I use daily for console development on a windows machine.

Source Control: TortoiseSVN

IDE: Visual Studio 2005

IDE Addin: Visual Assist X

Diff/Merge: Beyond Compare

Wiki: Trac

link|flag
vote up 0 vote down

2 spring to mind for me...PSPad for editing and DevProject Manager for storing code snippets

link|flag
vote up 0 vote down

For PHP development, I use NuSphere PhpED.

link|flag
vote up 0 vote down

An automated build and test environment ... For Java, I use

  • Subversion
  • Maven
  • Continuum
  • Archiva
  • JUnit
  • JWebUnit
  • JUnitPerf

Everything is built, deployed and tested upon every checkin!

link|flag
vote up 0 vote down
  • vim and my .vimrc
  • ack, a better grep for programmers
  • Subversion, although we're using Bazaar on Drizzle and I like it plenty
  • A well-stocked AIM buddy list
link|flag
vote up 0 vote down
  • multiple (aka virtual) desktops - truly indispensable for me. I like to keep a lot of windows open, and find it much easier to spatially organise them than have to Alt-Tab through fifteen things to get to a particular window. Most *nix WMs do these; for Windows, others have pointed out VirtuaWin, which is lightweight, configurable and works pretty well.
  • vim/gvim
  • bash - achieve useful tasks that no GUI can do with a (mildly cryptic) one-line shell script
  • sed, awk, grep, find et al - be as expressive in my programming environment as I want to be in my programs
link|flag
vote up 0 vote down

Agent Ransack is a tool I use for searching many files for contents in Windows. It is fast, and powerful.

link|flag
vote up 0 vote down

I'm mostly developing on FreeBSD but use Mac OS X as my main desktop so I use TextMate for text editing and various UNIX utilities coming from MacPorts. I use Fusion for creating & managing FreeBSD VMs. My version control system of choice is Mercurial, a decentralized vcs. Scripting is done in Ruby.

Being a Ruby fan, I'd recommend Redmine for bug tracking/releasing/forge. It is evolving quite rapidly and has the same feature set as Trac.

link|flag
vote up 0 vote down

When Developing software for Linux I discovered something shocking: There is no such thing as "Essential" tool. you can write code using simple text editor and debug the program by writing logs. And your understanding of the program would probably increase.

However since most of use need to maximize our output in order to create value to our companies every tool that its cost is less then the time it saves should be considered essential.

link|flag
vote up 0 vote down

Best Regular Expression Editor I know for Windows is Expresso. It has a designer and even more important, an automated analyzer, that can easily be used for documentation of complex regexp snytax.

For merging I also use SourceGear DiffMerge. And the rest of the tools includes a good Text Editor and a good IDE.

link|flag
vote up 0 vote down

Expresso is good but RegexBuddy is much more usable.

Regex Buddy Link

link|flag
vote up 0 vote down

As I do all my programming these days as just noodling around, I only use Squeak for stuff, and if I need to achieve anything it will usually involve cygwin commandline tools or Xemacs for text processing.

A sensible alternative for all of those might be something like bigloo + xemacs.

link|flag
vote up 0 vote down

I'm very happy with Subversion + Trac for integrated source code control, repository browser, issue tracker and wiki. I run it on an Apache web server which also provides the authentication mechanism. Trac is very easy to set up and use.

link|flag
vote up 0 vote down

I'd say something like VMWare or Virtual PC would be a good start. Although it isn't as fast as raw hardware you'll gain time when you want to start clean or when you want to try out something new. Also switching between projects with different tools (versions of visual studio, source control, frameworks, factories & generators) is much faster!

link|flag
vote up 0 vote down

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

And without reservation, ProGuard Java code obfuscator/shrinker.

link|flag
vote up 0 vote down

UltraEdit for ASCII editing

MyEclipseIDE, VS2005

JUnit, Ant, Subversion & TortoiseSVN

Sun Glassfish Server

MySQL

PuTTY, FileZilla

Newsgator for RSS reeds

Fiddler for HTTP debugging

I also use Sun's VirtualBox for having different developer setups (java, .NET) without cramming everything into one.

link|flag
vote up 0 vote down

NDepend: It is a static code analyzer that will let you explore your code base, and write quality and design rules.

See all feature of NDepend here http://www.ndepend.com/Features.aspx:
- Code Query Language (CQL)
- Compare Builds
- 82 code metrics
- Manage Complexity and Dependencies
- Detect Dependency Cycles
- Harness Test Coverage Data
- Enforce Immutability and Purity
- Warnings about the health of your Build Process
- Generate custom report from your Build Process
- Diagrams
- Facilities to cope with real-world environment

link|flag
vote up 0 vote down

One tool that I always miss on Windows is a good window manager. I suppose this is one reason why Windows (and Mac) developers tend to like IDEs better than old Unix folks.

On Linux I prefer Blackbox -- it's features fit my work style, and it tends to stay out of my way.

link|flag
vote up 0 vote down

Beyondcompare
EditPlus
Firefox
Miranda IM
MyBase
EverNote

link|flag
vote up 0 vote down

My current development tool list:

  • Visual studio 2008
  • Resharper
  • Powershell
  • SQL 2005
  • MYSQL
  • Firefox + Firebug
  • Google
  • link|flag
    vote up 0 vote down

    A brain, paper and pen

    link|flag
    vote up 0 vote down

    The 1st step to design the web page is to design layout. The layout generators will save your time.

    link|flag
    vote up 0 vote down

    LLBLGen for code generation, it is brilliant.

    link|flag
    vote up 0 vote down

    Source Control : Subversion

    Bug tracking : FogBugz

    Text Editing : Ultra Edit and vi

    SQL Editor : Aqua Data Studio

    Cocoa/ Objective C : XCode

    FTP : FileZilla

    Browser : Safari / Opera

    ...and a decent spreadsheet package (Excel) to match and concatenate delimited lists of data together and parse as SQL commands...:)

    link|flag
    vote up 0 vote down

    I use the Eclipse IDE for Java development with the Subclipse plug-in for revision control of group projects and SVN as the actual revision control program. For C/C++ and python development on Linux I prefer to use gedit. For Ruby development on any platform and C/C++ and Python development on Windows, I prefer to use Scite.

    link|flag
    vote up 0 vote down

    When I am learning algorithms / data structures / programming there are two tools, which are invaluable to me - Microsoft Excel and Idle (Python GUI).

    You may laugh - but proving simple things in Excel and using Idle as pimped calculator really speeds my learning process.

    link|flag
    vote up -1 vote down
    • Vim - no matter how many IDEs companies make me try and use I still wind up cutting all the code in Vim and only using the IDE to manage the compilation. Vim is very nice, very scriptable and a charm to use remotely.
    • iTerm on Mac, Gnome-Terminal on Linux Any terminal with tabs that lets me configure shift-left and shift-right to be next and previous tab. The number of times that's helped me rapidly switch back and forward between two pieces of code or code and output to diagnose problems. I am still looking for a decent Windows terminal app.
    • Emacs - I used to be an Emacs boy but changed to Vim recently. Matter of preference but all the same pros as Vim, different syntax and keyboard shortcuts. Good to know both editors in case you get stuck with one of them.
    • Redmine (http://redmine.org) - I love this tool. SVN/GIT/Bazzar/Mercurial integration, ticket tracker, wiki, workflow all rolled into one pretty tight tool.
    • Decent Diff/Merge tool. I was spoiled by the tool in ClearCase when for code review/merge. I haven't found a tool quite as useable (or as ugly) since.
    • Vim - can't stress it enough
    • Good reference book for your language(s) of choice - no matter how many online resources there are I can guarantee that the Net will be down at 10 minutes to crunch time and you need to look up some obscure language feature in a hurry.
    link|flag
    prev 1 2 3 4

    Your Answer

    Get an OpenID
    or

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