> Right off the bat, any good development tool will have code completion > abilities, which are basically the programmers version of nix consoles tab > completion. This little feature alone helps save time by reducing the > amount of typing required, not to mention can virtually eliminate type-o's > in function or variable names.
^n in vim completes function names, variable names, via dictionary completion (trivial configuration required) -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php