junegunn / fzf.vim

fzf :heart: vim
MIT License
9.65k stars 584 forks source link

can BTags show method parameters? #669

Open finviman opened 6 years ago

finviman commented 6 years ago

fzf only display method name with :BTags command, while tagbar can display method parameters

hupfdule commented 5 years ago

I second that. Especially for languages that support method overloading (the same method name with different parameters) like Java, the current :BTags isn't very useful since you cannot differentiate between the different methods.

See this screenshot for an example:

fzf-apron