Godot Script IDE Add-On
gamefromscratch.com
Godot Script IDE Add-On / News / January 23, 2025 / Add-On, GodotToday we are looking at a free and open-source add-on for the Godot game engine called Script-IDE. In a nutshell this plugin makes the GDScript coding experience in the Godot editor a much more pleasant experience by adding several editing experiences you except to find in a tool like Visual Studio Code or JetBrains IDEs.Features of Script IDE include:Scripts are now shown as Tabs inside a TabContainerThe Outline got an overhaul and shows more than just the methods of the script. It includes the following members with a unique icon:Classes (Red Square)Constants (Red Circle)Signals (Yellow)Export variables (Orange)(Static) Variables (Red)Engine callback functions (Blue)(Static) Functions (Green)All the different members of the script can be hidden or made visible again by the outline filter. This allows fine control what should be visible (e.g. only signals, (Godot) functions, )ARight Clickenables only the clicked filter, anotherRight Clickwill enable all filters againThe Outline can be opened in a Popup with a defined shortcut for quick navigation between methodsYou can navigate through the Outline with theArrowkeys (orPage up/Page down) and scroll to the selected item by pressingENTERScripts can be opened in a Popup with a defined shortcut or when clicking the three dots on the top right of the TabContainer for quick navigation between scriptsThe currently edited script is automatically selected in the Filesystem DockFiles can be quickly searched by the Quick Search Popup withShift+ShiftThe plugin is written with performance in mind, everything is very fast and works without any lags or stutteringKey LinksScript IDE GitHub PageScript-IDE in the Godot Asset LibraryYou can learn more about Script IDE for Godot and see it in action in the video below.
0 Yorumlar ·0 hisse senetleri ·35 Views