clang_complete icon indicating copy to clipboard operation
clang_complete copied to clipboard

Can't autocomplete my local functions

Open hunar1997 opened this issue 8 years ago • 2 comments

Hi
I installed clang_complete for vim and it can autocomplete the std stuff without any problems .. but i tried to create a simple header locally but it doesn't autocomplete any function at all i have main.cpp lib.h lib.cpp .clang_complete all in one folder .. here are the contents of all the four files screenshot from 2017-09-30 14-42-35

I must be doing something wrong

hunar1997 avatar Sep 30 '17 12:09 hunar1997

Try changing .clang_complete to

-I.

Alpacius avatar Jul 03 '19 01:07 Alpacius

Shouldn't the issue be closed?

goglecm avatar Sep 19 '19 17:09 goglecm