Hacker News new | ask | show | jobs
by OlivierLi 2452 days ago
No mention of any LanguageServer implementation?

I highly recommend rtags (even if it's not stricly LSP)

https://github.com/Andersbakken/rtags

1 comments

For the C++ using ccls[1] is way better.

[1] https://github.com/MaskRay/ccls

clangd is really good these days (clangd-9), I suggest you give it a try. It's incredibly easy to set up if your distribution packages it. I'm using it with Emacs' lsp-mode, it's great.