How to disable auto brackets on completion not only for functions (macros, enums, etc.) in VS Code

I find rust-analyzer.completion.callable.snippets: "none", but this works only for functions, macros enums still write brackets on completion, is there a possibility to disable auto brackets for all?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.