vscode-comment-anchors
vscode-comment-anchors copied to clipboard
Nested anchors don't follow scope rules
I'm not sure if this is a bug or expected behaviour, but if I have, for example, a FIXME tag nested between SECTION and !SECTION tags, and I set scope for FIXME to workspace
and scope for SECTION to file
, then the nested FIXME does not appear in the Workspace Anchors view. But the non-nested FIXMEs appear.
My use case is that I want to only see the certain types of anchors, one way or another, and I tried doing it by controlling scopes.
Adding a filter or even the 'expand all' feature to open all SECTION tags would do the trick in this case.