when I type if and use clangd code completion, I got this.
if (condition) {
statements
}
I'm expecting
if (condition) {
statements
}
It's the same thing for while and for.
clangd-12 --version
Ubuntu clangd version 12.0.0-3ubuntu1~20.04.4
clangd extension
v0.1.13
Although I apt installed clangd-12, vscode clangd extension installed clangd 12.0.1.zip for me automatically.
I guess this has something to do with the problems.