aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/inlay_hints.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve inlay hinting for typesKirill Bulatov2019-07-261-61/+121
| | | | | | Add hints for types in for loop expressions. Resolve types for every tuple parameter. Refactor the code.
* Code review fixesKirill Bulatov2019-07-221-29/+20
|
* Use SmolStr for the type textKirill Bulatov2019-07-211-3/+6
|
* Fix the string conversionsKirill Bulatov2019-07-211-2/+2
|
* Resolve types on the serverKirill Bulatov2019-07-211-53/+73
|
* Code review fixesKirill Bulatov2019-07-211-4/+60
|
* Refactor server apiKirill Bulatov2019-07-201-0/+110