help wanted
Description
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