I'd like to be able to use go-to-definition with record fields ```rs 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](https://discord.com/channels/768594524158427167/768594524158427170/1487827603812388924)
I'd like to be able to use go-to-definition with record fields
I started working on this in #5533, with some Discussion in the Gleam Discord here