aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/call_hierarchy.rs
Commit message (Collapse)AuthorAgeFilesLines
* Factor out `pick_best_token` ide pattern into `ide_db`Lukas Wirth2021-06-221-2/+1
|
* Show item info when hovering intra doc linksLukas Wirth2021-03-231-6/+5
|
* Upgrade rowanAleksey Kladov2021-03-161-6/+5
| | | | Notably, new rowan comes with support for mutable syntax trees.
* Refactor reference searching to work with the astLukas Wirth2021-02-121-4/+4
|
* Remove obsolete RangeInfo usage in referencesLukas Wirth2021-01-181-1/+1
|
* Ensure uniqueness of file ids in reference search via hashmapLukas Wirth2021-01-121-2/+2
|
* Group references by FileIdLukas Wirth2021-01-121-15/+16
|
* SimplifyLukas Wirth2021-01-081-22/+8
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-11/+11
|
* Move impls of ToNav that use source() to TryToNavNick Spain2021-01-021-4/+4
|
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-26/+26
| | | | | | SyntaxKind is somewhat of an internal type, but IDE is using it to basically specify an icon. Let's have a dedicated entity for this instead.
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* Make call_info a part of ide_dbIgor Aleksanov2020-10-241-1/+1
|
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-2/+2
|
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-2/+2
|
* Get rid of MockAnalysisAleksey Kladov2020-10-021-26/+26
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+393