-
Notifications
You must be signed in to change notification settings - Fork 13k
Open
Labels
APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptDomain: Inlay HintsDomain: TSServerIssues related to the TSServerIssues related to the TSServerRevisitAn issue worth coming back toAn issue worth coming back to
Description
Inlay hints can be affected by edits in other files. That means you can end up in situations where 2 files can be edited side-by-side where one ends up with stale inlay hints.
To spare editors from making multiple requests, we should consider accepting a list of files instead of a single file as an argument.
Tracking on VS Code's side: microsoft/vscode#130430
Metadata
Metadata
Assignees
Labels
APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptDomain: Inlay HintsDomain: TSServerIssues related to the TSServerIssues related to the TSServerRevisitAn issue worth coming back toAn issue worth coming back to