Search code examples
zend-frameworkzend-framework2zend-studio

How to go to a particular line in Zend Studio 12 with a keyboard shortcut


What is the shortcut to go to a particular line in Zend Studio 12, in the same way that CTRL + G works in NetBeans IDE and Notepad++?

Also, how can I get all the shortcuts of Zend Studio 12?


Solution

  • CTRL + L is the short cut to go to line directly.

    If you want to see a full list of shortcuts, in Zend Studio go to :

    Window--> Preferences--> General--> Keys.

    To bring up a list of commonly used commands, press Ctrl+ Shift+ L in the Editor.

    Source : commonly used keyboard shortcuts