vscode-rust
vscode-rust copied to clipboard
Disable completion suggestions triggered by '.' in comments
Typing a '.' inside a comment triggers completion suggestions. This makes typing sentences annoying.
I'm not sure if this is an RLS issue or a Racer one (or maybe even an issue for the VSCode extensions). Given that it is fairly easy to know if you're in a comment or not, it should be pretty easy to fix.
I too have run into this annoyance. I don't have a solution, but here are two references:
https://github.com/Microsoft/vscode/issues/9504 https://github.com/editor-rs/vscode-rust/issues/240
Any update on this?
Friendly ping. I was going to open a new issue but came across this issue.
This issue is a huge paper cut for me.
Any updates on this? I still find myself inconvenienced by autocompletion triggered by typing '.'
I'm running into this problem regularly too.
Just chiming in with one more voice since this still appears to be an issue. Typing a period in a comment does still lead to an attempt to provide suggestions.
Also seeing this. It's very annoying. I don't suppose anyone has a workaround yet other than disable autocomplete?
@ahicks92 you can try using rust-analyzer
, which unfortunately doesn't support completion in comments.