aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/inlay_hints.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix how and when old inlay hint decorations are disposedJorge Mederos Alvarado2021-04-271-16/+33
* Add option to opt out from smaller inlay hints font sizeJorge Mederos Alvarado2021-04-271-6/+29
* handle promise catchesSahandevs2021-02-071-1/+1
* Smaller inlay hintskjeremy2020-10-281-1/+1
* Also set textDecoration: none on inlay hintsLaurențiu Nicola2020-10-281-0/+1
* Set font-wieght: normal on inlay hintsLaurențiu Nicola2020-10-271-0/+1
* Insert a ZWNJ before type hintsLaurențiu Nicola2020-10-151-2/+4
* Remove fixme from inlay_hints.tsVeetaha2020-08-291-1/+0
* Make inlay hints colors more configurableVeetaha2020-08-261-47/+28
* Cleanup lsp extensions on the client sideAleksey Kladov2020-05-251-1/+1
* Add master config for inlayHints to make disabling easyAleksey Kladov2020-05-081-7/+7
* fix: inlay hints config desyncronization between the frontend and the backendveetaha2020-04-111-2/+3
* vscode: fix indentveetaha2020-04-111-5/+5
* Code review fixesKirill Bulatov2020-03-301-4/+6
* Style fixesKirill Bulatov2020-03-301-1/+3
* Extension types and renderingMatt Hooper2020-03-241-3/+29
* vscode: remove unnecessary codeVeetaha2020-03-201-2/+0
* Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek2020-03-121-1/+1
* Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek2020-03-101-1/+1
* vscode: post refactor HintsUpdater (simplify create() -> constructor call)Veetaha2020-03-071-16/+10
* vscode: more privacy for HintsUpdaterVeetaha2020-03-071-1/+1
* vscode: remove logging from inlays, run fix lint issuesVeetaha2020-03-071-18/+7
* vscode: remove logic for caching editors as per @matkladVeetaha2020-03-071-222/+136
* vscode: refresh all editors on text changes, simplify inlays apiVeetaha2020-03-071-13/+11
* vscode: add dat semicolonVeetaha2020-03-071-1/+1
* vscode: simpifyVeetaha2020-03-071-5/+1
* vscode: redesign inlay hints to be capable of handling multiple editorsVeetaha2020-03-071-104/+271
* Centralize the check for languageId on documentJulien Roncaglia2020-03-021-19/+4
* Remove inlay in diff viewsJulien Roncaglia2020-03-011-1/+10
* Reset fontStyle for inlay hintsAleksey Kladov2020-02-281-0/+2
* vscode: migrate inlay_hints to rust-analyzer-api.tsVeetaha2020-02-241-23/+8
* vscode: gracefully handle cancellation errorsVeetaha2020-02-231-22/+18
* Extract client-side loggingAleksey Kladov2020-02-221-1/+2
* vscode: migrate to tripple equalsVeetaha2020-02-221-1/+1
* vscode: press ; to respect semicolonsVeetaha2020-02-171-4/+4
* remove debug printAleksey Kladov2020-02-171-2/+0
* Simplify startupAleksey Kladov2020-02-171-3/+3
* Simplify TS reload logicAleksey Kladov2020-02-171-2/+17
* vscode: minor refactoringsVeetaha2020-02-171-21/+24
* vscode: add comment on possible UnhandledPromise rejection errorVeetaha2020-02-161-1/+3
* vscode: fix stupid mistakeVeetaha2020-02-161-1/+1
* vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha2020-02-051-13/+21
* vscode extension cleanup: migrate to prefer-const tslint ruleVeetaha2020-02-021-3/+3
* Use types from vscode-langaugeclientEmil Lauridsen2020-01-151-1/+1
* Add inlay parameter name hints for function callsimtsuki2020-01-141-10/+41
* Allow disabling inlay hintsAleksey Kladov2020-01-011-1/+2
* Add semicolonsAleksey Kladov2019-12-311-2/+2
* Refactor server lifecycleAleksey Kladov2019-12-311-5/+6
* Fix color nameAleksey Kladov2019-12-311-1/+1
* Drop obsolete color configurationsAleksey Kladov2019-12-311-1/+1