Issue 135919
Summary [clangd] Completion key ArgumentLists doesn't take precedence over --function-arg-placeholders
Labels new issue
Assignees
Reporter tongshengw
    Thank you Clangd team for this incredible piece of software.

It seems that ArgumentLists should take precedence over --function-arg-placeholders as suggested in:
[https://github.com/llvm/llvm-project/issues/63565#issuecomment-1975065771](https://github.com/llvm/llvm-project/issues/63565#issuecomment-1975065771)

ArgumentLists does not take precedence at the moment.

I was using ArgumentLists : "None" with --function-arg-placeholders=0, and function parenthesis generated. Removing --function-arg-placeholders=0 fixes this issue

### Expected behaviour:
 ArgumentLists: "None" used with --function-arg-placeholders=0 prioritises ArgumentLists:"None"

clangd version 21.0.0git (https://github.com/llvm/llvm-project.git 2206e15e78bc3d5289fb2c2cf5a80d6f08412a58)
Features: mac+debug+xpc
Platform: arm64-apple-darwin24.4.0

Would be great to know if this is intended behaviour or a bug. I will attempt to fix this if it is not intended behaviour.

Thanks! :)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to