-
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
c Headers autocomplete #1678
Comments
Looks like you didn't compile the semantic engine in. How did you install YCM? |
@vheon IIRC I did it like this:
|
What does :YcmDebugInfo say? Take a look at CONTRIBUTING.md |
@puremourning The output is:
|
The flags in the |
No answer, I am closing this. |
I think I'm having the same issue; I installed with pathogen, git cloned and updated the submodules and ran |
What is the full output of |
Added to the previous gist |
The issue is at the line 89 of your compilation_database_folder = '' If you are using one, you need to specify an absolute path (containing the |
Ah crap. I take it that the |
This is how it works in this |
Question... with that settled most things seem to work, but some issues still remain. If I define a function in a header, and switch to a source file that includes it, should i be able to complete those functions using ycm? because if so, I'm not seeing this behavior. |
So you are in the src file, press |
Just noticed that when googling around. I expected it to be a part of the tab complete, can one remap it? |
See the README.md. |
The
|
after I realize what to do with the .ycm_extra_conf I edited the flags to this:
But I don't get autocomplete from the headers, only from the code I have in the file I'm in.
I got this error:
native filetype completion not supported for current file
, What am I doing wrong?The text was updated successfully, but these errors were encountered: