-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include completion will stop on "." #1754
Comments
Yah, this is annoying. Other punctuation also causes this, see #1553 (specifically #1553 (comment)) Going to close this as a duplicate, unless you don't agree ? |
Having said that, my comment over on #1553 suggests the problem is in YCM, rather than ycmd. Are you by any chance seeing this issue in other clients? If i remember correctly from that investigation, ycmd does return the correct data, just YCM decides that '.' is not an 'identifier character' and so thinks completion is done. |
With emacs #include completion doesn't work for me; I'd expect what you said to be correct, though (and agree this is a duplicate, sorry I didn't manage to find it) |
No probs. Thanks for the report. |
As "." in C++ is a semantic completion trigger, #include completion will be aborted when we hit a "." in the file name.
The text was updated successfully, but these errors were encountered: