Skip to content

rust-analyzer.completion.callable.snippets =none isn't respected in vscode #12498

@ahicks92

Description

@ahicks92

rust-analyzer version: 0.3.1083

rustc version: Multiple, on the machine I'm on currently 1.59.0

relevant settings: rust-analyzer.completion.callable.snippets

I'm pretty sure this used to make it so that Rust-analyzer would never add parens when completing functions, but now it doesn't and it's throwing me consistently because I'm blind and I'm using a screen reader. I definitely used to be able to turn this off, and I am 99% sure this setting was how. From settings.json:

	"rust-analyzer.completion.addCallParenthesis": false,
	"rust-analyzer.completion.addCallArgumentSnippets": false,

(which, I am now noticing, sort of implies we used to have and removed rust-analyzer.completion.addCallParenthesis, so was this behavior just not copied over? In any case I'm hoping this is an easy fix).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions