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
structFoo{field1:i32,}fnmain(){let foo = Foo{field1:42};
foo.field2/*add field assist requested here*/}
The following would happen:
structFoo{field1:i32,field2:/*editor focus and cursor jumps here*/,}
Motivation: It can be tedious to jump to the type definition and type out the field name.
The user might not even remember the name of the type, so has to click on "go to type definition" on foo first.
The text was updated successfully, but these errors were encountered:
The following would happen:
Motivation: It can be tedious to jump to the type definition and type out the field name.
The user might not even remember the name of the type, so has to click on "go to type definition" on
foo
first.The text was updated successfully, but these errors were encountered: