You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
(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).