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
{{ message }}
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.
I've set up ycmd and most features work, however when I try to complete C++ functions the preview popup is correct, but after hitting enter (or selecting the item using the mouse) only the method name gets completed, but the parameters aren't.
Here's an example:
I started typing "cout.wr", and the completion shows correctly:
After hitting enter, "wr" is completed to "write", but the argument list isnt' included
Any ideas what this could be? The GIF you're showing doesn't have this behaviour.
The text was updated successfully, but these errors were encountered:
This was possible when used with my own ycmd fork. However keeping that fork updated is quite tedious. I am trying to merge those changes into the upstream. ycm-core/ycmd#327
Hi there,
I've set up ycmd and most features work, however when I try to complete C++ functions the preview popup is correct, but after hitting enter (or selecting the item using the mouse) only the method name gets completed, but the parameters aren't.
Here's an example:
I started typing "cout.wr", and the completion shows correctly:
After hitting enter, "wr" is completed to "write", but the argument list isnt' included
Any ideas what this could be? The GIF you're showing doesn't have this behaviour.
The text was updated successfully, but these errors were encountered: