rust/crates/ide
Jade 8a57c73640 feat: goto definition on an impl fn goes to that fn in the trait
e.g. if you have a trait T and `impl T for S` for some struct, if you
goto definition on some function name inside the impl, it will go to the
definition of that function inside the `trait T` block, rather than the
current behaviour of not going anywhere at all.
2021-06-06 21:51:17 -07:00
..
src feat: goto definition on an impl fn goes to that fn in the trait 2021-06-06 21:51:17 -07:00
Cargo.toml Allow viewing the crate graph in a webview 2021-05-11 16:15:31 +02:00