roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Parameter expansion with ultisnips disables semantic clang completion #218

Closed andreyorst closed 6 years ago

andreyorst commented 6 years ago

With clang set, and .clang_complete file with flags exists, I can have semantic completion via ncm-clang. image image However after parametor expansion with NCM + UltiSnips, there is no semantic completion: image image 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 image

Am I missing something?