justmao945 / vim-clang

Clang completion plugin for vim
ISC License
358 stars 47 forks source link

Will vim-clang supports things like jump to definition and snippets? #93

Open adam900710 opened 8 years ago

adam900710 commented 8 years ago

vim-clang works quite good so far, it fixes bug like screwing up terminal, but I still miss the jump-to-definition and snippets function from vim-clang-complete.

Any idea if it will be supported?

Thanks

justmao945 commented 8 years ago

Any idea to use the clang executable to find definitions ? If we must use libclang, it is not easy to integrate. Or may have a nice libclang daemon ? Something like gocode. I have no time to do this feature...

crr0004 commented 7 years ago

There are bindings to python which could probably be used. I'm looking at it at the moment.

MaskRay commented 5 years ago

The Python binding wraps libclang APIs: