Skip to content
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

Closed
r4nt opened this issue Nov 1, 2015 · 4 comments
Closed

#include completion will stop on "." #1754

r4nt opened this issue Nov 1, 2015 · 4 comments

Comments

@r4nt
Copy link

r4nt commented Nov 1, 2015

As "." in C++ is a semantic completion trigger, #include completion will be aborted when we hit a "." in the file name.

@puremourning
Copy link
Member

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 ?

@puremourning
Copy link
Member

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.

@r4nt
Copy link
Author

r4nt commented Nov 1, 2015

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)

@puremourning
Copy link
Member

No probs. Thanks for the report.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants