rust-analyzer/crates/ra_ide
succcubbus 4df741ecb2 fix goto definition when inbetween tokens
fixes both goto_definition and goto_type_definition.
before, when running goto between some non-trivia token and an
identifier, goto would be attempted for the non-trivia token.
but this does not make sense for e.g. L_PAREN or COLONCOLON only for
IDENTs. now only IDENTs will be searched for in goto actions.
2019-12-13 19:20:02 +01:00
..
src fix goto definition when inbetween tokens 2019-12-13 19:20:02 +01:00
Cargo.toml Replace ra_hir_expand::either with crate 2019-12-03 11:07:56 -05:00