vim-clang
vim-clang copied to clipboard
Will vim-clang supports things like jump to definition and snippets?
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
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...
There are bindings to python which could probably be used. I'm looking at it at the moment.
The Python binding wraps libclang APIs:
-
clang_codeCompleteAt
- declaration (if the definition is in another translation unit) or definition:
clang_getCursorDefinition