kitamstudios / rust-analyzer.vs

Rust language support for Visual Studio 2022
https://marketplace.visualstudio.com/items?itemName=kitamstudios.RustAnalyzer
Other
136 stars 10 forks source link

Can't disable brace completion #46

Open Axel-Reactor opened 5 months ago

Axel-Reactor commented 5 months ago

I don't know if this is a problem with the extension or where else this is coming from: I can't stop the editor from inserting e.g. ) when typing (. This only happens in Rust code. It's an anti-feature. It consistently places the braces in the wrong spots and the resulting errors are hard to find.

I have everything disabled related to this in the Text Editor/C++ settings.

Is this maybe a Rust Analyzer language server thing?

parthopdas commented 4 months ago

Correct this is a rust-analyzer issue. Please file a bug there and link it here.