There are several 'best Eclipse features' topics, with some great information, but there's much that isn't applicable to Zend Studio.
So, Zend Studio users, what are your best timesavers?
There are several 'best Eclipse features' topics, with some great information, but there's much that isn't applicable to Zend Studio.
So, Zend Studio users, what are your best timesavers?
Here are a few I use:
ctrl-shift-r: open any file in your workspace
ctrl-F8: tab between perspectives
ctrl-click on variable, class or method: of course, jump to applicable definition
Describing a variable so intellisense knows what it is:
$variable = someFunction(); /* @var $variable Zend_Form_Element */