aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/inlay_hints.rs
Commit message (Expand)AuthorAgeFilesLines
* Make naming more uniformAleksey Kladov2020-03-121-26/+26
* Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek2020-03-121-11/+12
* Address Issues from GithubSteffen Lyngbaek2020-03-101-26/+35
* Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek2020-03-101-17/+84
* Omit unit struct hintsKirill Bulatov2020-03-081-0/+32
* Slightly refactor inlay hintsAleksey Kladov2020-02-291-69/+58
* Refactor primary IDE APIAleksey Kladov2020-02-261-27/+21
* Omit type hints for enum variant bind patsKirill Bulatov2020-02-241-92/+125
* Style fixesKirill Bulatov2020-02-231-3/+4
* Add basic parameter name hints heuristicsKirill Bulatov2020-02-231-38/+174
* Fix the testsKirill Bulatov2020-02-221-5/+105
* Show more parameter name hintsKirill Bulatov2020-02-221-27/+34
* Simplify inlay hints processingKirill Bulatov2020-02-221-103/+35
* Add or- and parenthesized-patternsMatthew Jasper2020-02-091-2/+3
* cleanup importsAleksey Kladov2020-02-061-1/+2
* Fix inlay hints test snippet compilationKirill Bulatov2020-02-031-8/+8
* Omit default parameters for reference typesKirill Bulatov2020-01-221-1/+13
* Improve parameter hints a bit & add emacs supportFlorian Diebold2020-01-181-14/+9
* Micro-optimize type hints to avoid allocationsAleksey Kladov2020-01-161-39/+38
* Optimize inlay hintsAleksey Kladov2020-01-151-5/+6
* Update test snapshotimtsuki2020-01-141-2/+2
* Add inlay parameter name hints for function callsimtsuki2020-01-141-2/+139
* Omit closure parametersKirill Bulatov2019-12-231-1/+36
* Optimize and profileAleksey Kladov2019-12-211-3/+8
* Remove TruncateOptions structKirill Bulatov2019-12-191-12/+12
* Do not add any new configuration parametersKirill Bulatov2019-12-191-35/+9
* Ensure hover shows full type declarationKirill Bulatov2019-12-191-2/+2
* Omit default parameter typesKirill Bulatov2019-12-191-19/+71
* Show type hints for & patternsAleksey Kladov2019-12-071-16/+15
* Rename Source -> InFileAleksey Kladov2019-11-281-1/+1
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+543