Hacker News new | ask | show | jobs
by abhijat 952 days ago
My experience is, I gave up using clion on a pretty large c++ project ever since they moved to clangd (it used to be decent before) because some functions gradually became much slower to the point of being unusable, eg listing symbols in a file.

The same functionality works quite well in vscode.

But I tried this release and everything works really well on the same project.