I am using Clangd as LSP server.
"inlayHint.display": false and "clangd.arguments": ["--function-arg-placeholders=0"]" work to disable the placeholders in functions like print, but not in if, while, for, etc.
When auto completing it fills it with for (init-statement; condition; inc-expression) {}.
How can I disable that?