Quote:
Originally Posted by Killswitch
Locally on my Mac I have TextMate as my editor of choice, Sequel Pro for MySQL management and Transmit as my FTP setup.
Server side I have Nginx, PHP-FPM, MySQL, Node.js and MongoDB installed along with a base CodeIgniter system that is referenced by all apps on the server.
|
Try PhpStorm. Browse to an action, and do COMMAND-B on it. It'll take you to the method declaration, to the class, or super-class. Now hit ALT-COMMAND-LEFT_ARROW .. you'll go back. I use that one function CONSTANTLY.