How to stop Clangd from inserting function argument placeholders?

Dilruba433 - 👀 Viewed 196 times



Ekleme Tarihi: 30.01.2026 23:13:01
Soru;
I decided to install the clangd plugin instead of intelliSence and found that every time I use auto-completion, along with the function / class / .... the signature is substituted:

siftDown(vector &nums, size_t index, int length);

swap(exception_ptr &lhs, exception_ptr &rhs);


clearerr(FILE *stream);



MuRQT -

80
Soruya Cevap;
Go to the VSCode settings, find Clangd: Arguments, add the following line:
--function-arg-placeholders=false


Cevap Yazabilmek için