I am looking for a useful feature that I am missing back then when using emacs org-mode. In org-mode there is Visibility cycling. Where if you are on certain header, using tab key you go for FOLDED -> CHILDREN -> Subtree. Which are level of unfolding that affects visibility.
On the other hand, shift-tab, do similar thing, but for the entire headers.
So in essence, each of tab and shift-tab should be able to toggle 3 states. In Vscode, I can only fold and unfold entire headlines or the single headline I am at, without the same granularity of controlling subtrees and siblings.
Is there is any snippets or extensions capable of doing so?