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 am writing comments, and after typing a text like
/// Returns whether the two types are equal up to lifetimes.
when I typed the final ., a menu suggesting "where" as autocompletion appears, so when I hit enter to start a new line, it instead inserts the text "where" at the end of the previous line. That is quite annoying, I have to hit escape-enter each time I want to start a new line.
Is there a way to make RA not auto-complete when writing comments?
The text was updated successfully, but these errors were encountered:
That was in the rustc codebase. In https://github.com/Gilnaa/memoffset/, it suggests a whole bunch of things, the first being "const", so that is what is inserts on .<enter>.
I am writing comments, and after typing a text like
when I typed the final
.
, a menu suggesting "where" as autocompletion appears, so when I hit enter to start a new line, it instead inserts the text "where" at the end of the previous line. That is quite annoying, I have to hit escape-enter each time I want to start a new line.Is there a way to make RA not auto-complete when writing comments?
The text was updated successfully, but these errors were encountered: