rust/crates/ide
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
..
src Add go to type definition for struct fields within struct 2021-05-25 04:06:54 -07:00
Cargo.toml Allow viewing the crate graph in a webview 2021-05-11 16:15:31 +02:00