m-pilia / vim-ccls

Vim plugin for the ccls language server
MIT License
97 stars 7 forks source link

question: what is the difference between this plugin and coc.nvim + ccls #37

Closed ssh352 closed 3 years ago

ssh352 commented 4 years ago

Thank you!

m-pilia commented 3 years ago

Hi @ssh352! The main purpose of this plugin is to add a tree viewer to visualise call/inheritance/type hierarchies (based on the $ccls/call, $ccls/member and $ccls/inheritance methods, that are not part of the standard LSP and therefore not supported out-of-the-box by most LSP client plugins). This plugin is not a replacement of coc.nvim, and can be used in combination with it (or with other LSP client plugins). You can find more information and a preview of the functionalities in the README.md and in the documentation.

ssh352 commented 3 years ago

The call hierarchy is very useful thank you!