neovim / nvim-lspconfig

Quickstart configs for Nvim LSP
Apache License 2.0
10.47k stars 2.06k forks source link

feat(clangd): add symbolInfo support #3274

Closed DimitrisDimitropoulos closed 1 month ago

DimitrisDimitropoulos commented 1 month ago

This PR adds support for the symbolInfo capability of clangd, for more documentation see. It follows the same principle as #3263, although simpler. I think this is a great and simple addition, which will not add a ton of maintenance burden. Here are some images that showcase, what it does:

2024-08-20-22:03:49 2024-08-20-22:03:35

Thanks for your awesome work! :)

DimitrisDimitropoulos commented 1 month ago

Thanks for the review!