vim-rtags
vim-rtags copied to clipboard
Vim bindings for rtags, llvm/clang based c++ code indexer.
Using latest vim-rtags with vim 7.4.1689(Ubuntu 16.04 default), I get the following errors when I try to "FindRefs" or "JumpTo"(pretty much every command throws a similar error). Error detected while...
I am using vim8 when 'job' and 'channel' feature work, so the vim-rtags will use rtags#ExecuteRCAsync when call rtags#JumpTo. but I find it print error when the jump symbol is...
how define key map by myself
hi, I am test you plugin in my project with rtags, it running nice. but I find that there is no a way to jumpback . Although the vim's C-o...
I see Unite completion in the documentation - but any idea how to make it work with Deoplete (I believe Deoplete is supposed to be Next Gen Unite by the...
Implement testing automation which will allow to verify plugin functionality. If someone from community has experience with automated tests I would be glad to get hints/suggestions.
Hi and first of all thank you for your work. I have a project which is in a directory that contains spaces, and unfortunately, it causes multiple issues with this...
Hi lyuts, thanks for the nice vim plugin! The emacs plugin for rtags supports flycheck, which seems to be running `rc --diagnostics`, so can there be something similar on the...
Fixes #73
I press \rj to jump to the definition of a c++ symbol and I get: ``` Error detected while processing function 6[1]..rtags#HandleResults[11]..rtags#ExecuteHandlers[6]..rtags#JumpToHandler: line 11: E688: More targets than List items...