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 <Leader>rh command to show class hierarchy #107

Closed flackr closed 5 years ago

flackr commented 6 years ago

Displays the class hierarchy in a new window where pressing return on a line opens that location in the other window.

lyuts commented 5 years ago

Thank you for your contribution.