Open grigorig opened 3 years ago
Right click on the status bar and you can hide clangd status.
Okay, but it would still be nice to have some indication of what clangd is doing, maybe something simple like displaying an icon if it's not idle.
It looks like fixed-width status bar cannot be achieve with current VSCode APIs, but here's my suggestion for a "less busy" indicator:
coc-clangd will hide clangd: idle
status.
I totally agree with this issue, which is still not fixed. Hiding clangd status is the only solution
While editing code, the clangd status bar indicator constantly switches between "idle", "file is queued", "parsing includes" and so on. Meanwhile, the rest of the status bar contents jumps around wildly because the length of those message varies. This is very irritating to me. The status bar indicator should have a fixed length and maybe the number of different states shown should be turned down.