script-ide icon indicating copy to clipboard operation
script-ide copied to clipboard

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 sc...

Results 30 script-ide issues
Sort by recently updated
recently updated
newest added

This is an excellent add-on and for me it is a must have. It works perfectly fine and the following errors disappear when the project is reloaded. I notice the...

A thing I'd expect from a more IDE-like behavior is that new script tabs always open at the right-most position

Hi, One feature I'm missing is to drag and drop the script tab onto a node in the scene tree like you can from the vanilla script panel. Well, that...

enhancement
waiting-for-godot

It would be helpful to toggle all off/on in the script outline ![image](https://github.com/Maran23/script-ide/assets/5893112/c34d60ba-fcbe-46e5-8b3d-175a65bd153c)

Hey, just want to say this is is great plugin, love the tabs. One think that would help is a search feature, there one in godot already, but the issue...

enhancement

Hi, is it possible to navigate between script editor tabs using keyboard?

Hi! I made a small UX improvement by replacing the existing dropdown "Search Options" with a single checkbox labeled "Include Addons". Since there were only two options, this seemed like...

This is the implementation of my idea in https://github.com/Maran23/script-ide/pull/98. With `ALT+INSERT`, you can now open the override dialog which will then show you all functions that can be overridden. Everything...

* Implement multiline tabs. https://github.com/Maran23/script-ide/issues/57 * Add ability to pin/unpin tabs. * Change icon color for tabs with tool scripts. https://github.com/Maran23/script-ide/issues/102 https://github.com/user-attachments/assets/464c7843-3c32-418b-9480-2d29a76fdb40 P.S. I think there are a lot of...

When you have an @tool script in godot, these normally show up as a blue gear icon in the script side-window instead of a white gear icon (see example image),...

waiting-for-godot