Jade ff585e4730 Add go to type definition for struct fields within struct
Example:

```rust
struct A;

struct B {
    a/*<- cursor*/: A,
}
```

Go to type definition used to not work on this position. It now goes to
`A` as expected.
2021-05-25 04:06:54 -07:00
..
2021-05-25 00:56:24 +02:00
2021-05-25 02:30:47 +00:00
2021-05-25 00:50:19 +02:00
2021-05-24 19:52:01 +00:00
2021-05-23 21:55:51 +00:00
2021-05-24 21:47:01 +02:00
2021-05-22 17:20:22 +03:00
2021-05-24 18:18:05 +03:00
2021-05-22 16:53:47 +03:00
2021-05-25 02:30:47 +00:00
2021-05-22 16:53:47 +03:00