Skip to content

RadiantUwU/script-ide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script IDE

Script IDE is a plugin for Godot that transform the Script UI into an IDE like UI.

The following things are changed:

  • Scripts are now shown as Tabs inside a TabContainer (No Script List)
  • The Outline is on the right side
  • The Outline got an overhaul and shows more than just the methods of the script. It includes the following types with a unique icon:
    • Classes (Red Square)
    • Constants (Red with a C)
    • Signals (Yellow)
    • Export variables (Orange)
    • Variables (Red)
    • Engine callback functions (Blue)
    • Functions (Green)
  • You can now search for variables/methods by pressing CTRL/CMD + O (can be changed in the addon code). The Outline is reused in this case
    • You can navigate through the Outline with the arrow keys
  • The Outline can be toggled via 'File -> Toggle Scripts Panel'. This will actually hide or show the Outline

Example of the outline

Example of the outline popup

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GDScript 100.0%