about summary refs log tree commit diff
path: root/editors/code/src/inlay_hints.ts
AgeCommit message (Expand)AuthorLines
2020-04-11fix: inlay hints config desyncronization between the frontend and the backendveetaha-2/+3
2020-04-11vscode: fix indentveetaha-5/+5
2020-03-30Code review fixesKirill Bulatov-4/+6
2020-03-30Style fixesKirill Bulatov-1/+3
2020-03-24Extension types and renderingMatt Hooper-3/+29
2020-03-20vscode: remove unnecessary codeVeetaha-2/+0
2020-03-11Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek-1/+1
2020-03-10Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek-1/+1
2020-03-07vscode: post refactor HintsUpdater (simplify create() -> constructor call)Veetaha-16/+10
2020-03-07vscode: more privacy for HintsUpdaterVeetaha-1/+1
2020-03-07vscode: remove logging from inlays, run fix lint issuesVeetaha-18/+7
2020-03-07vscode: remove logic for caching editors as per @matkladVeetaha-222/+136
2020-03-07vscode: refresh all editors on text changes, simplify inlays apiVeetaha-13/+11
2020-03-07vscode: add dat semicolonVeetaha-1/+1
2020-03-07vscode: simpifyVeetaha-5/+1
2020-03-07vscode: redesign inlay hints to be capable of handling multiple editorsVeetaha-104/+271
2020-03-02Centralize the check for languageId on documentJulien Roncaglia-19/+4
2020-03-01Remove inlay in diff viewsJulien Roncaglia-1/+10
2020-02-28Reset fontStyle for inlay hintsAleksey Kladov-0/+2
2020-02-25vscode: migrate inlay_hints to rust-analyzer-api.tsVeetaha-23/+8
2020-02-23vscode: gracefully handle cancellation errorsVeetaha-22/+18
2020-02-22Extract client-side loggingAleksey Kladov-1/+2
2020-02-22vscode: migrate to tripple equalsVeetaha-1/+1
2020-02-17vscode: press ; to respect semicolonsVeetaha-4/+4
2020-02-17remove debug printAleksey Kladov-2/+0
2020-02-17Simplify startupAleksey Kladov-3/+3
2020-02-17Simplify TS reload logicAleksey Kladov-2/+17
2020-02-17vscode: minor refactoringsVeetaha-21/+24
2020-02-17vscode: add comment on possible UnhandledPromise rejection errorVeetaha-1/+3
2020-02-16vscode: fix stupid mistakeVeetaha-1/+1
2020-02-05vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha-13/+21
2020-02-02vscode extension cleanup: migrate to prefer-const tslint ruleVeetaha-3/+3
2020-01-15Use types from vscode-langaugeclientEmil Lauridsen-1/+1
2020-01-15Add inlay parameter name hints for function callsimtsuki-10/+41
2020-01-01Allow disabling inlay hintsAleksey Kladov-1/+2
2019-12-31Add semicolonsAleksey Kladov-2/+2
2019-12-31Refactor server lifecycleAleksey Kladov-5/+6
2019-12-31Fix color nameAleksey Kladov-1/+1
2019-12-31Drop obsolete color configurationsAleksey Kladov-1/+1
2019-12-30Privatize highlightingAleksey Kladov-2/+2
2019-12-30Don't request inline hints repeatedlyAleksey Kladov-5/+18
2019-12-30Retry inlay hints on content modified errorAleksey Kladov-6/+1
2019-12-30Refactor inlay hintsAleksey Kladov-103/+67
2019-12-30Add config to CtxAleksey Kladov-3/+1
2019-12-30Encapsulate inlay hints activationAleksey Kladov-1/+37
2019-12-30Hints are not commandsAleksey Kladov-0/+113