Gerrnperl / outline-map

A visual, interactive outline map that combines the clarity of the outline with the intuitive overview of the minimap. Alternative Minimap.
https://marketplace.visualstudio.com/items?itemName=Gerrnperl.outline-map
MIT License
229 stars 18 forks source link

Outline-map shows much less items than the built-in outline #31

Open QuarticCat opened 1 year ago

QuarticCat commented 1 year ago

Example project: https://github.com/QuarticCat/nbe-at-large/blob/160881a8916c5564955363c03b1505899157fb38/grammar/src/syntactic.rs#L96

With the rust-analyzer extension.

In VSCode's built-in outline view:

image image

In the outline map:

image

QuarticCat commented 1 year ago

Here's one more example: https://github.com/archlinux/archinstall/blob/master/archinstall/lib/disk/filesystem.py

With the official Python and Pylance extension.

In VSCode's built-in outline view (I filtered variables):

image

In the outline map:

image

QuarticCat commented 1 year ago

It turns out to be the problem that these items are not automatically expanded. This issue might be duplicated.