-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
deoplete-clang doesn't complete include content unless I reopen the file. #52
Comments
I think the problem is... |
Hi there, I am using neovim and freshest code for deoplete and deoplete-clang, and having the same problem. Completion from files included happens only after reopening the source file. This is happening regardless of the file included. Does anyone have a clue? @XDXX have you solved the issue? My setup
My init.vim (part of it)
Thanks, |
@christian-pinto This problem still bothers me and I don't have andy clue about it. Hope @zchee will fix this issue soon. |
deplete-clang2 exists. It has the same problem? |
I have just tested deoplete-clang2, it works with the includes. In previous post I forgot to mention that I am also using neoinclude. However deoplete-clang2 has another problem for me that is translation is not always performed. As an example i write mmap, nothing appears, then I delete some characters and type again and the mmap autocompletion from clang appears. This is annoying since everytime i need to back and forth typing and deleting in order to get the autocompletion. |
Problems summary
I'm using the deoplete + deoplete-clang + neoinclude. When my file
#include <limits.h>
andI typing
INT
it will not show any completion candidates. If I reopen that file and typingINT
it will show completion candidates like
INT_MAX
andINT_MIN
.Expected
Completing include content without reopen the code file.
Environment Information
Provide a minimal init.vim with less than 50 lines and not plugin manager (Required!)
The reproduce ways from neovim starting (Required!)
save and reopen that file
I'm not sure it's deoplete-clang or other plugin's problems.
Thanks for any help.
The text was updated successfully, but these errors were encountered: