lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

Add JumpToMethod to vim-rtags #77

Open dkt1412 opened 7 years ago

dkt1412 commented 7 years ago

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, in a particular file, I was able to combine these flags for this purpose. This is an initial take on this and has worked pretty well for me so far, so looking to see if this would be of interest to the upstream repo.

erreina commented 6 years ago

+1. I really like this functionality, really useful on long files.

1wsx10 commented 4 years ago

+1

mckellygit commented 4 years ago

Thanks. I added this to my fork as well.