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
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.
PS: Great addon... its really useful, and a must-have.