aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/hover.rs
Commit message (Collapse)AuthorAgeFilesLines
* Proper handling local in hoverEdwin Cheng2020-01-101-1/+19
|
* Remove the index resolution from hoverkjeremy2019-12-201-58/+22
| | | | We are reasonably precise now to do this.
* Omit default types for hover pop-upsKirill Bulatov2019-12-191-3/+3
|
* Ensure hover shows full type declarationKirill Bulatov2019-12-191-0/+17
|
* for goto and hover pick the token based on a prioritysucccubbus2019-12-131-12/+18
|
* try both surrounding tokens for hoversucccubbus2019-12-131-4/+12
|
* add failing testsucccubbus2019-12-131-0/+7
|
* use find() instead of filter().next()succcubbus2019-12-131-1/+1
|
* Rename GenericParam -> TypeParamAleksey Kladov2019-12-071-1/+1
| | | | We don't have LifetimeParam yet, but they are planned!
* Rename Source -> InFileAleksey Kladov2019-11-281-1/+1
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+730