help wanted
Metriche repository
- Star
- (21.417 stelle)
- Metriche merge PR
- (Merge medio 10g 19h) (69 PR mergiate in 30 g)
Descrizione
I'd like to be able to use go-to-definition with record fields
pub type Thing {
Thing(a: String)
}
pub fn work() {
let x = get_thing()
x.a // go-to-def here!
}
I started working on this in #5533, with some Discussion in the Gleam Discord here