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
203 stars 14 forks source link

golang的结构体方法和结构体本身没有包含关系 #57

Open chaleaoch opened 5 months ago

chaleaoch commented 5 months ago
  1. 方法和结构体没有包含在一起 image
  2. field和结构体是包含关系的 image
  3. 这里有一个方法和结构体在一起的例子, 但是field隐藏了... 插件的名字叫 go-outliner image

不确定是不是本插件的问题还是go plugin的问题...