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

Outline not working on built-in scripts #24

Closed sepTN closed 11 months ago

sepTN commented 11 months ago

Not sure if this is intentional, but as for now the outline is not working if you are editing on a built-in scripts (The one that isn't a stand alone .gd file)

image

Maran23 commented 11 months ago

Never tested it with built-in scripts. I will check it out.