Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information

This addon gives you a shortcut to expand and collapse the currently selected node in your scene tree without expanding or collapsing it's children.The built-in shortcut expands and collapses the selected node AND all if it's children. This custom shortcut only expands/collapses the parent (selected) node.CTRL+E is the default key bind. You can change it by opening the "addons/expand-collapse-node/default_shortcut.tres" and in the inspector window, there will be an Array containing an "InputKeyEvent". You can change it to whatever you like by pressing "configure". Then just save it and viola. No reload required.
This addon gives you a shortcut to expand and collapse the currently selected node in your scene tree without expanding or collapsing it's children.
The built-in shortcut expands and collapses the selected node AND all if it's children. This custom shortcut only expands/collapses the parent (selected) node.
CTRL+E is the default key bind. You can change it by opening the "addons/expand-collapse-node/default_shortcut.tres" and in the inspector window, there will be an Array containing an "InputKeyEvent". You can change it to whatever you like by pressing "configure". Then just save it and viola. No reload required.
Reviews
Quick Information

This addon gives you a shortcut to expand and collapse the currently selected node in your scene tree without expanding or collapsing it's children.The built-in shortcut expands and collapses the selected node AND all if it's children. This custom shortcut only expands/collapses the parent (selected) node.CTRL+E is the default key bind. You can change it by opening the "addons/expand-collapse-node/default_shortcut.tres" and in the inspector window, there will be an Array containing an "InputKeyEvent". You can change it to whatever you like by pressing "configure". Then just save it and viola. No reload required.