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

Missing autocomplete popup for c/c++ mode with clang_complete #5122

Closed
paul-g opened this issue Feb 18, 2016 · 4 comments
Closed

Missing autocomplete popup for c/c++ mode with clang_complete #5122

paul-g opened this issue Feb 18, 2016 · 4 comments

Comments

@paul-g
Copy link

paul-g commented Feb 18, 2016

Hi, I've been following a tutorial on auto-complete for c/c++ with clang_complete and can't really get it to work. I think clang_complete is working since I can see autocomplete suggestions in the clang_output buffer. But the suggestions aren't displayed in a pop-up. auto-complete works for elisp files.

I am using: clang v 3.8.0, emacs 24.5.1, spacemacs 0.105.9.

To the clean checkout I only add the following to the configuration layers:

auto-completion
(c-c++ :variables c-c++-enable-clang-support t)

I also tried adding (global-company-mode) in dotspacemacs/user-config or enabling company-mode locally in the buffer but no effects.

Is there anything wrong I'm doing or is this a bug?

@paul-g
Copy link
Author

paul-g commented Feb 19, 2016

Switching from clang 3.8 to clang 3.6 fixes this issue. If 3.6 is a requirement, maybe this should be included in the docs somewhere, I couldn't find any mention of this myself.

@syl20bnr
Copy link
Owner

We should report this bug in the appropriate place also.

@TheBB
Copy link
Contributor

TheBB commented Feb 23, 2016

Clang 3.8 isn't even released yet from what I can see. I'm not sure this is something we need to care about until that happens.

@paul-g
Copy link
Author

paul-g commented Feb 23, 2016

Yes you are right, sorry I lost track of this. Feel free to close from my part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants