-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-idegeneral IDE featuresgeneral IDE featuresA-inlay-hintsinlay/inline hintsinlay/inline hintsA-lspLSP conformance issues and missing featuresLSP conformance issues and missing featuresE-unknownIt's unclear if the issue is E-hard or E-easy without digging inIt's unclear if the issue is E-hard or E-easy without digging inS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right nowfunA technically challenging issue with high impactA technically challenging issue with high impact
Description
It may make sense to split the inlay hints LSP request into two:
inlayHints
which would compute where hints would go.
inlayHints/resolve
which would compute the actual hints.
I imagine this would work similar to codeLens/resolve
which can dramatically speed up scrolling. We could also follow a viewport model like semantic token ranges.
Metadata
Metadata
Assignees
Labels
A-idegeneral IDE featuresgeneral IDE featuresA-inlay-hintsinlay/inline hintsinlay/inline hintsA-lspLSP conformance issues and missing featuresLSP conformance issues and missing featuresE-unknownIt's unclear if the issue is E-hard or E-easy without digging inIt's unclear if the issue is E-hard or E-easy without digging inS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right nowfunA technically challenging issue with high impactA technically challenging issue with high impact