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 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 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 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

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

LLBLGen for code generation, it is brilliant.

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

A brain, paper and pen

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 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

    Beyondcompare
    EditPlus
    Firefox
    Miranda IM
    MyBase
    EverNote

    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

    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

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

    For .Net, look here in SO:

    Summary:

    For .Java, look here in SO:

    Summary:

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

    From a Gnome user's perspective...

    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

    Expresso is good but RegexBuddy is much more usable.

    Regex Buddy Link

    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 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 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

    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

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

    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
    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.