Keyboard Navigation for Selected Blocks

zakko

Member³
Is there a way to navigate through a selected block (e.g. if-block with else and end if highlighted) via keyboard shortcuts?

If you got a larger block that exeeds the window size, it's quite hard to scroll all the way down to the next corresponding element (else, elsif, etc.). This is even more painfull, in case you got more and/or longer nested blocks of the same type within the parent.

If this is currently not possible, I'd really like to see the option to navigate form one to the other corresponding element of a selected block via keyboard shortcut in PL/SQL-Developer.
 
Similar functionality is available in the rrProject plugin.

Menu items
rrProject / Code Editor Wizards / Jump to Section Start
rrProject / Code Editor Wizards / Jump to Section End
 
Back
Top