aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/goto_type_definition.rs
Commit message (Collapse)AuthorAgeFilesLines
* for goto and hover pick the token based on a prioritysucccubbus2019-12-131-2/+13
|
* add tests for goto on tuple fieldssucccubbus2019-12-131-1/+17
|
* fix goto definition when inbetween tokenssucccubbus2019-12-131-2/+14
| | | | | | | | 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.
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+105