-
-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Labels
Description
I'm missing an API method to expand a single directory node recursively. This would often be helpful when I only want to view a certain subtree of my project but don't want to expand everything.
I've seen api.tree.expand_all (expands all nodes) and api.node.open.edit (expands only first level). Maybe the latter could be improved with an options arg like api.node.open.edit({recursive = true}).