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 function to search for virtual function implementations #13

Closed pdavydov108 closed 9 years ago

pdavydov108 commented 9 years ago

Hello @lyuts , thanks for this nice plugin! I've added a simple function and 'rv' mapping that uses rtags '-k' option to search for other implementations of the virtual function under cursor. I use it for understanding code bases with large number of virtuals, so I hope that other people will also find it usefull. What do you think about it?

lyuts commented 9 years ago

Thank you.