vim-rtags icon indicating copy to clipboard operation
vim-rtags copied to clipboard

Vim bindings for rtags, llvm/clang based c++ code indexer.

Results 35 vim-rtags issues
Sort by recently updated
recently updated
newest added

I installed the plugin successfully but I got the error "[vim-rtags] Vim is missing python support" when using the next ":source %" command. I am not sure if I missed...

In a shared development environment the fixed file name present a problem. The file name should contain something unique, like the user name to avoid the collision of the vim-s...

vim 8.2 think lnum and col as string in rtags#JumpToHandler Therefore call cursor(lnum, col) cause exception(E474) in rtags#jumpToLocationInternal. But neovim can covert it to number properly. I have to fix...

I use vim to edit system files etc, under root and also for user specific settings under a user account. If root is the first user of vim since booting,...

Using `vim --startup startup.log`, I see that the plugin vim-rtags takes quite some time at startup. I have several plugins installed and vim-rtags is the slowest. Is there a reason...

I wanted functionality in vim-rtags to jump to a particular method that exists in the current file. Since rtags allows you to search for a symbol, filtered by method type,...

I use vim-rtags as a submodule. The generated files pollute the submodule diff by stating there are changes in the submodule. This patch just gitignores the pyc files to resolve...

With my recent VIM: ``` vim --version VIM - Vi IMproved 8.0 (2016 Sep 12) ``` The symbol info command runs, I can verify that in rdm.log file. I can...

Sometimes it's better to run `rc` synchronously, because otherwise vim just doesn't print anything.

# Background vim-rtags is the only vim plugin I could find that has the killer "rename symbol" feature for C++, as well as other great features, e.g. class hierarchy. However,...