Closed SomeoneToIgnore closed 3 years ago
Reopened because we reverted #5659
@SomeoneToIgnore I implemented 2) in https://github.com/intellij-rust/intellij-rust/pull/5659, but it maybe it's not such a good idea (https://github.com/intellij-rust/intellij-rust/issues/5875#issuecomment-669428733). Do you still want that functionality or can this issue be closed?
Oh, don't mind me if you think there are better ways to do something, so go ahead and close it. Thanks for your contriburions!
Ok :) I'll close it, since it's unclear if inserting :
is always what the user wants, it's a bit unpredictable.
Environment
Problem description
Expected: only field names are available for completion, maybe a bunch of local variables. Actual:
let
andreturn
are present:Same example as in 1., try to complete any of the fields.
Expected: a semicolon is added if no matching local variables are in scope:
Actual: I have to add it myself
Expected: only struct field names and
..
are available Actual: