-
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-Space> for top level semantic completion doesn't work. #61
Comments
Are you trying to call it from console Vim? That probably won't work, depending on your terminal. Most terminals wont't pass Ctrl+Space to Vim. You should remap the key to something else. |
Oh, my previous comment applies if you actually got semantic completion working. If you haven't, then try to access a member of a struct or similar. |
How do I remap it? How do I check why semantic completion isn't working? |
Ok it wasn't working at all because you have to set it to something feasable in the terminal version for it to work, the default should really be changed to something usable in both versions of vim. |
Looking at
:map
it's not even shown, am I doing something wrong?:messages
doesn't show any error either.Also is there a way to check if semantic completion is actually working?
That's the output info, I have
math.h
included but if I typea
it doesn't show acos or anything, is that expected or am I doing something wrong?The text was updated successfully, but these errors were encountered: