Better Method navigation

I would like to be able to do ctrl+b (or another jey combinaison) on a method name in a script and “go” to that method (the editor opens the method if it is not already open and put the focus on it).

For example if I am in forms.form1.method() and I see:
forms.form41.method3();

I would do ctrl+b with the cursor somewhere on method3 and the next thing I know is that I’m on method3!

Another thing I would like is to be able to do alt+ right or left arrow (alt±-> or alt+<–) to navigate from an open method to another.

we will build some search features for forms and methods in the Editors window. But it will not be that context sensitive from the start.. (knowing which form) But eventually i will try to make this work.

Use: CTRL-SHIFT-T for easy method search since Servoy 2.2

and CTRL-Up/Down for navigation through tabs.