With clang set, and .clang_complete file with flags exists, I can have semantic completion via ncm-clang.
However after parametor expansion with NCM + UltiSnips, there is no semantic completion:
wich make it much less useful.
If I complete function name and not expand snippet, semantic completion works in half way
memory is keyword completed, but after -> i can see it's members
With clang set, and
.clang_complete
file with flags exists, I can have semantic completion via ncm-clang. However after parametor expansion with NCM + UltiSnips, there is no semantic completion: wich make it much less useful.If I complete function name and not expand snippet, semantic completion works in half way
memory
is keyword completed, but after->
i can see it's membersAm I missing something?