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

Fix enums, variant variables and untyped variables are not detected #35

Closed Maran23 closed 10 months ago

Maran23 commented 10 months ago

Fixes: https://github.com/Maran23/script-ide/issues/34