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

[Feature Request] Display functions return type and params type #25

Closed GustafXTT closed 1 year ago

GustafXTT commented 1 year ago

在Java中outline_map只会显示函数返回类型,不会显示函数参数类型, 在C++中ouline_map只会显示一个函数名。

在Vscode的原生outline中,函数的返回类型和参数类型会与函数名分开,单独开一个小块显示(以C++为例),可能outline_map没有把那个小块也做进来?

Snipaste_2022-09-12_02-31-45 Snipaste_2022-09-12_02-31-30

Gerrnperl commented 1 year ago

[v0.8.1] 加入此功能 details-2