vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

Disable completion suggestions triggered by '.' in comments

Open doxxx opened this issue 6 years ago • 10 comments

Typing a '.' inside a comment triggers completion suggestions. This makes typing sentences annoying.

doxxx avatar Jul 23 '18 01:07 doxxx

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.

nrc avatar Jul 24 '18 03:07 nrc

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

JeanMertz avatar Dec 09 '18 09:12 JeanMertz

Any update on this?

philippludwig avatar Jan 24 '19 09:01 philippludwig

Friendly ping. I was going to open a new issue but came across this issue.

mominul avatar Feb 13 '19 09:02 mominul

This issue is a huge paper cut for me.

nox avatar May 09 '19 10:05 nox

Any updates on this? I still find myself inconvenienced by autocompletion triggered by typing '.'

klaurence avatar Jul 08 '20 15:07 klaurence

I'm running into this problem regularly too.

mcoblenz avatar Nov 27 '20 19:11 mcoblenz

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.

jeffnyman avatar Apr 09 '21 11:04 jeffnyman

Also seeing this. It's very annoying. I don't suppose anyone has a workaround yet other than disable autocomplete?

ahicks92 avatar Apr 26 '21 20:04 ahicks92

@ahicks92 you can try using rust-analyzer, which unfortunately doesn't support completion in comments.

lnicola avatar Apr 27 '21 06:04 lnicola