You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: