Intellisense dies when you write heavily templated C++ code (and there are valid production cases for that: in my job we write lots of expression templates to produce optimized math code). In contrast, I found clangd to be pretty responsive even in such scenarios.
Intellisense dies when you write heavily templated C++ code (and there are valid production cases for that: in my job we write lots of expression templates to produce optimized math code). In contrast, I found clangd to be pretty responsive even in such scenarios.
vscode + clangd plugin FTW
I’m happy with neovim + clangd + treesitter on my side 😁