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}).
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) andapi.node.open.edit(expands only first level). Maybe the latter could be improved with an options arg likeapi.node.open.edit({recursive = true}).