A very useful feature in the "Parnassus Navigator" is the much improved "Go to" search:
Press Ctrl+G (-> Goto) and start typing a name or identifier. I often use that to jump to
"Implementation", "Initialization" or "uses" section. The current GExperts "Go to"
implementation already offers those sections as a listbox where you can click the pre-defined
section. And since Parnassus Navigator is still not available for Delphi 11, I've enhanced the "Go to" Export to do an incremental search in the listbox by typing in the "Line number" field.
Screenshot and Patch included.
Patch for FR #151
Are you aware, that you can simply use the arrow keys to select one of the entries in the listbox? No mouse required, you don't even need to move the focus to the list box.
I'll have a look at the patch, thanks.
As for jumping to functions or procedures there is already the GExperts procedure list. But there seems to be a bug in the filter. It apparently does not allow for filters like TClassName.MethodName.
Last edit: Thomas Mueller 2021-12-11
Fixed that filtering oddity in the procedure list too.
committed to revision #3719 (with modifications)