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
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:
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.
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:
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?
The text was updated successfully, but these errors were encountered: