rust-analyzer.completion.callable.snippets: "none"
is not always respected
#19175
Labels
C-bug
Category: bug
I tend to find the snippet completions of callables to be more trouble than they are worth, especially when it comes to initiating structs.
And so I want to turn them off.
Unfortunately the
rust-analyzer.completion.callable.snippets
config does not seem to apply to struct completions.Since I haven't been able to find any other setting specifically for structs I can only assume that this is a bug.
rust-analyzer version:
rust-analyzer 1.84.1 (e71f9a9 2025-01-27)
rustc version:
rustc 1.84.1 (e71f9a9a9 2025-01-27)
editor or extension:
relevant settings:
code snippet to reproduce:
The text was updated successfully, but these errors were encountered: