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
213 stars 17 forks source link

unamed_struct #46

Open ShineDing opened 1 year ago

ShineDing commented 1 year ago

Describe the bug

if my struct defines like below:

typedef struct {

} MYSTRUCT_t;

the outline map will show as "_unnamed_struct_xxxx_x"

actually, the name is MYSTRUCT_t.

could you please have a look?

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.