twitter facebook linkedin youtube

Tools for programming

IDE Editor Environment Verification Utility Resource

Introduce several tools and utilities for programming

IDEVisual Studio: the IDE for C# and C++

The best and the de-facto.

IDEVIM: the IDE

The true and tested. Over 30 years in active development. A pleasure to use after you learn how!

You can take a look at my ever growing and changing _vimrc if you want. That file will always contain imaps for DocBook XML. I have also made two color templates (also changing from time to time) called stamina and earthling.

IDEEclipse

The best for Java

IDENetBeans

The best for PHP

IDEExpression Blend

The best for designing WPF with XAML

IDEoXygen

The best editor for XML, hands down

EditorNotepad++

Quick and easy programmers notepad. This site is written in it.

EnvironmentWAMP

A genious package for LAMP development on Windows

VerificationBrowsers

Get as many as you can, minimum is Chrome and Firefox with Firebug

UtilitySearch Everything

Searches file names like a champ. Wondering if you've got multiple versions of ThatAnnoying.dll? Just search for it and see!

UtilityArtistic Style

A great tool if you do code reviews on code with poor or no style, or if you simply want to convert the style on a codebase.

Here is my favorite configuration: -s2 -a -C -S -K -N -L -w -f -p -H -x -j -J -O -c -k3 -Z -z2

For VIM users, here is a map for triggering astyle on the current file: map ,asa :! astyle -s2 -a -C -S -K -N -L -w -f -p -H -x -j -J -O -c -k3 -Z -z2 %

UtilitySource Control

For maintaining versions and revisions of your code base

Sentralized - SVN

The old

Distributed - Mercurial / Git

The new

ResourceGoogle

May be THE best tool while developing

ResourceTwitter

Contribute to the dialog and buzz, provide help and ask for it kindly