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
365 stars 16 forks source link

Setting to show or hide the script item list #36

Closed Maran23 closed 9 months ago

Maran23 commented 9 months ago

Implements what is proposed in https://github.com/Maran23/script-ide/pull/30