-
Notifications
You must be signed in to change notification settings - Fork 39.3k
Inlay hints schedule improve #125995
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginlay-hintsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderspolishCleanup and polish issueCleanup and polish issueverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginlay-hintsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderspolishCleanup and polish issueCleanup and polish issueverifiedVerification succeededVerification succeeded
Currently, the inlay hints will clean and shows again as scheduler's strategy.
It's might not friendly if you are editing some line who has many hints.
I have an idea:
Clean all hints where the cursor’s line when we are editing the code and append new hints by the scheduler.
I think It's might improve the experience about inlay hints.