aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/goto_implementation.rs
diff options
context:
space:
mode:
authorJade <[email protected]>2021-05-25 12:06:54 +0100
committerJade <[email protected]>2021-05-25 12:06:54 +0100
commitff585e4730a867e7bb68c65ff45867a501841ae4 (patch)
tree013c694524016de25944edd4209c4a5b3b5bdaa1 /crates/ide/src/goto_implementation.rs
parent8b049ec393230e4b9fea3022a3ebf34e2af5395d (diff)
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.
Diffstat (limited to 'crates/ide/src/goto_implementation.rs')
0 files changed, 0 insertions, 0 deletions