oleg-shilo / codemap.vscode

Code map (syntax tree) of the active document
MIT License
84 stars 28 forks source link

Show/Hide level in code map #14

Closed MagTun closed 4 years ago

MagTun commented 5 years ago

Issue Type: Feature Request

It would be nice if we could filter the level displayed in the code map and only show level 1 or only level 1 and 2.

MagTun commented 5 years ago

Just amazing!

oleg-shilo commented 5 years ago

And, forgot to mentioned, the level visibility is controlled via codemap.maxNestingLevel: 3 (default).