help wanted
Repository metrics
- Stars
- (21,417 個のスター)
- PR merge metrics
- (平均マージ 10d 19h) (30d で 69 merged PRs)
説明
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