Types Hierarchy in Zend Studio PRO
When selecting a specific type and pressing CTRL + T we will get a small diagram that shows the types hierarchy the selected type extends from. This shortcut works in Eclipse as well.
When selecting a specific type and pressing CTRL + T we will get a small diagram that shows the types hierarchy the selected type extends from. This shortcut works in Eclipse as well.
Pressing CTRL + F6 we can easily scroll through the opened files and switch to the file we want to edit. This shortcut works in Eclipse as well. Pressing ALT + any of the right / left arrows allows us to switch between the opened files editors. This shortcut works in Eclipse as well.
Pressing CTRL+M maximizes the editor view. Pressing again returns the editor view back to its normal size.
We can easily place a line in a comment. We just need to place the mouse marker on that line and press CTRL + ‘/’. We can comment more than one line by marking the lines we want to comment and press CTRL + Shift + ‘/’. The following video clip shows that.
PHP Zend Studio allows us to specify a code format profile we want our code to be formatted with. Once a format profile was set we can easily change the code format of every PHP source code file we open by pressing CTRL+Shift+F. The following video clip shows how to do it.