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.