Maran23 / script-ide

Script-IDE is a plugin for Godot. It transforms the Script UI into an IDE like UI. Tabs are used for navigating between scripts. The default Outline got an overhaul and now shows all members of the script (not just methods) with unique icons for faster navigation.
MIT License
368 stars 16 forks source link

Open script/outline search window: Auto-select first result #54

Closed GustJc closed 1 month ago

GustJc commented 1 month ago

A small enhancement to the quick-switch search popups window would be to auto-select the first result in the search after typing something.

It's a bit annoying having to press 'down' then 'enter' to select the script even if there is only one result there.

image


PS: Great addon... its really useful, and a must-have.

Maran23 commented 1 month ago

Thank you. This is a good enhancement. Other IDEs also do that as well. :)