-
-
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
How to use external libraries. #62
Comments
You should install neoinclude. |
Yes, it seems like
You have not said about syntax analyses. |
Ok. Thanks. |
Hi, first of all, thanks for this tool guys!! I've just release a tool that generates compilation database files for make-based build systems, which I think can be used with deoplete (setting compilation db file path in .clang file). I've used it successfully to index some large AOSP modules in ~1 minute and used its output with tools like YouCompleteMe, Deoplete and Rtags. Feel free to try it out, open issues/feature requests and send PRs :) https://github.com/nickdiego/compiledb-generator Thanks, |
Nice. |
Problems summary
Can't use auto complete by external libraries.
I try this, but not auto and very slowly.
setlocal path+=/Applications/Cocos/Cocos2d-x/cocos2d-x-3.6/cocos/
<C-x><C-i>
looks like issue #34, but not fix think.
I want to use "cocos2d-x" library.
Expected
Not use
<C-x><C-i>
(want auto complete)and more speedy.
This image is use
<C-x><C-i>
result.Environment Information
init.vim
The text was updated successfully, but these errors were encountered: