liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags
https://liuchengxu.github.io/vista.vim
MIT License
1.88k stars 89 forks source link

Support for YouCompleteMe? #448

Open brtdylan opened 1 year ago

brtdylan commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I use vim YouCompleteMe plugin for LSP based smart editor features. It has a function for getting all methods and whatnot from a file (https://github.com/ycm-core/YouCompleteMe#the-gotodocumentoutline-subcommand) however it's not nicely integrated into the UI like vista and tagbar. I'm also specifically hoping to get the functionality of the nearest function added to my status bar like vista is able to do - it seems like YCM's GetParent (https://github.com/ycm-core/YouCompleteMe#the-getparent-subcommand) function could be used for this?

Describe the solution you'd like A clear and concise description of what you want to happen. Is it possible to integrate YouCompleteMe with vista similar to coc's integration?

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Using coc would be the alternative, but I am a happy YCM user otherwise : )

Additional context Add any other context or screenshots about the feature request here. This plugin looks awesome and is exactly the functionality I'm looking for, wondering how difficult it would be to integrate with YCM and if I can be of help to accomplish?

Thank you!

PlasmaHH commented 1 year ago

Not associated with the project, came here for the same reason, but then figured out that when you have ale running and use it the executive for your files it will do that automatically.

brtdylan commented 1 year ago

Oh nice, so do you use ALE's LSP functionality instead of YCM? I've never used it before