How to stop Clangd from inserting function argument placeholders?

Dilruba433 - 2 Day Ago 👀 Viewed 15 times



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 - 2 Day Ago

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


Cevap Yazabilmek için