Closed roxma closed 6 years ago
After some research, I notice that libclang c interface has very limited functionalities.
I also notice that clang -code-completion-at
is more robust than libclang based completion.
I don't know why it behaves like this.
Need more time to dig into clang.
If we need more powerful control over the clang dev library, we're gonna need C++ too, whilch will make the plugin setup more complicated.
Just found that
-###
should be useful for this purpose: