aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/goto_type_definition.rs
Commit message (Collapse)AuthorAgeFilesLines
* Factor out `pick_best_token` ide pattern into `ide_db`Lukas Wirth2021-06-221-13/+8
|
* Minor clippy perf fixesLaurențiu Nicola2021-06-181-1/+1
|
* Support goto type for field expressions and patternsLukas Wirth2021-06-141-2/+60
|
* Add go to type definition for struct fields within structJade2021-05-251-0/+32
| | | | | | | | | | | | | | | 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.
* Support goto_type_definition for typesLukas Tobias Wirth2021-05-061-0/+12
|
* Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+2
|
* Upgrade rowanAleksey Kladov2021-03-161-1/+1
| | | | Notably, new rowan comes with support for mutable syntax trees.
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-6/+6
|
* Move impls of ToNav that use source() to TryToNavNick Spain2021-01-021-2/+2
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-2/+2
|
* Get rid of MockAnalysisAleksey Kladov2020-10-021-4/+3
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+151