PhpStorm
Off Topic
Occasionally I go to HELP -> PRODUCTIVITY GUIDE and order by the USED column to see how many of the functions still exist that I've never used.
* Some of my favourite ones are GIT integration and ctrl+d (compare) on stuff that i've been working on from the CHANGES panel so I can review all the changes I've made.
* debugger integration to pause it at break points to see what all the variables are set to while developing.
* alt + shift + l (code reformatter ), I'll attach the .jar of here in case you want to use the same coding layout that that we use. import it from FILE -> IMPORT SETTINGS.
* ctrl + shift + 1 (or any number 1~9) to set a bookmark and ctrl + 1 to go back to that bookmark.
Theres a ton. I'm sure you'll have your favorites too.
updated by @michael: 02/14/15 11:10:21PM