aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/inlay_hints.ts
Commit message (Expand)AuthorAgeFilesLines
* Hints are not commandsAleksey Kladov2019-12-301-113/+0
* Minor refactorAleksey Kladov2019-12-301-9/+7
* Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-17/+17
* Move type inlay hint truncation to language serverEmil Lauridsen2019-11-191-13/+1
* Do not truncate the rangeWilco Kusee2019-10-231-30/+10
* Make inlay hint length configurableWilco Kusee2019-10-181-14/+26
* Truncate hints longer than 20 charactersWilco Kusee2019-10-101-4/+28
* Avoid shared mutable stateKirill Bulatov2019-08-051-67/+39
* Cache decorations before the first change onlyKirill Bulatov2019-08-051-20/+21
* Use WeakMap to avoid memory leaksKirill Bulatov2019-08-051-10/+12
* Style and test fixesKirill Bulatov2019-08-041-6/+17
* Query less hints on file openKirill Bulatov2019-08-041-18/+34
* Style fixesKirill Bulatov2019-07-291-1/+4
* Ignore cancelled inlay hints responsesKirill Bulatov2019-07-291-6/+8
* npm run fixKirill Bulatov2019-07-251-1/+5
* Code review fixesKirill Bulatov2019-07-251-7/+7
* Remove unnecessary hacksKirill Bulatov2019-07-251-29/+0
* Fix linter issuesKirill Bulatov2019-07-251-27/+61
* Simplify the hints displayKirill Bulatov2019-07-251-53/+6
* Show type decoratorsKirill Bulatov2019-07-251-0/+142