Could you please make Quick Open (Ctrl + P) to pick current selection from script editor and use it to search the same way as Find in Place (Ctrl + Shift + F) does?
As an example, how “Find in Place” works:
- open script editor
- double click a word to select it
- press Ctrl + Shift + F to Find in Place
- Find in Place search result opens with the selected word
Currently Ctrl + P opens with empty input field regardless to selection.
Edit: could you please do the same for script function filter? (its shortcut is ALT + F)
These changes remove need of previous copying and following pasting of the search string. And thus reduce require user input.
Thank you!