Files
rust/crates/ra_hir/src
bors[bot] 90a5c4626a Merge #4851
4851: Add quickfix to add a struct field r=TimoFreiberg a=TimoFreiberg

Related to #4563 
I created a quickfix for record literals first because the NoSuchField diagnostic was already there.
To offer that quickfix for FieldExprs with unknown fields I'd need to add a new diagnostic (or create a `NoSuchField` diagnostic for those cases)

I think it'd make sense to make this a snippet completion (to select the generated type), but this would require changing the `Analysis` API and I'd like some feedback before I touch that.

Co-authored-by: Timo Freiberg <timo.freiberg@gmail.com>
2020-06-19 15:08:52 +00:00
..
2020-05-01 11:23:03 +08:00
2020-06-05 15:46:28 +00:00
2020-04-07 05:12:08 -07:00
2020-04-25 14:23:34 +02:00
2020-04-25 14:23:34 +02:00
2020-06-18 10:15:43 +03:00