
Inspector Tabs 0.6 Tools 4.4 Community
Submitted by user PiCode; MIT; 2025-05-01
Godot add-on for splitting the inspector property classes into its own tabs. So that it is shorter and require less scrolling.
There's also a jump-scroll option that didn't hide the properties in different tabs.
# Features
- An option for horizontal/vertical tab layout. (Can be changed in the `editor_settings/interface/inspector/tab_layout`. Make sure advanced settings is on)
- An option to add/remove text and icon on the tabs. (Can be changed in the `editor_settings/interface/inspector/tab_style`)
- A Jump-scroll option that didn't hide the properties in different tabs. (Can be changed in the `editor_settings/interface/inspector/tab_property_mode`)
- An option to put abstract class into its child tab instead of its own. So that it's easier to find. (Can be changed in the `editor_settings/interface/inspector/merge_abstract_class_tabs`)
- The built-in property filter will search for properties on all tabs.
- Settings are synced to all projects.
- Support custom script classes and GDExtension classes.
- Favorite property will be shown in all tabs.
View files Download Submit an issue Recent Edits