stevearc / aerial.nvim

Neovim plugin for a code outline window
MIT License
1.55k stars 76 forks source link

aerial outline will not show method when there is a namespace before the method #368

Open qytang2014 opened 2 months ago

qytang2014 commented 2 months ago

when there is a namespace before the method,outline will not show. As shown below: there is a method implementation: UpdateAttempterAndroid::Init(),but do not show in outline. But if I remove the UpdateAttempterAndroid before init method, it shows immediately

WX20240425-193116@2x

WX20240425-195412@2x