-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inlay hints jump a lot when declaring a local #133730
Labels
bug
Issue identified by VS Code Team member as probable bug
inlay-hints
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Comments
Good catch... It almost feels like we should delay certain updates until a typing pause occurs. Or even better update but don't change the width while a line has a cursor |
jrieken
added a commit
that referenced
this issue
Jan 10, 2022
sourcegraph-bot
pushed a commit
to sgtest/megarepo
that referenced
this issue
Jan 10, 2022
…t/vscode#133730 Commit: c536338811bd5e7cb89934387482c9ebaa4da49c
jrieken
added a commit
that referenced
this issue
Jan 11, 2022
…re removed swiftly when lines/words are deleted, #133730
sourcegraph-bot
pushed a commit
to sgtest/megarepo
that referenced
this issue
Jan 11, 2022
…t they are removed swiftly when lines/words are deleted, microsoft/vscode#133730 Commit: 6a8aa518cc10f7e0609e9a3b9e9ffc2079c6a570
jrieken
added a commit
that referenced
this issue
Jan 11, 2022
sourcegraph-bot
pushed a commit
to sgtest/megarepo
that referenced
this issue
Jan 11, 2022
…n range, microsoft/vscode#133730 Commit: fb26a6122e71ab43bb4e94a6096c27a983819cd0
jrieken
added a commit
that referenced
this issue
Jan 20, 2022
sourcegraph-bot
pushed a commit
to sgtest/megarepo
that referenced
this issue
Jan 20, 2022
…y hints, microsoft/vscode#133730 Commit: f36bc0f1d449bde6fe3bb2e0e6e667e331b9d0aa
Closing after fixing a couple of things:
|
jrieken
added
bug
Issue identified by VS Code Team member as probable bug
verification-needed
Verification of issue is requested
and removed
feature-request
Request for new features or functionality
labels
Jan 24, 2022
IanMatthewHuff
removed
the
verification-needed
Verification of issue is requested
label
Jan 26, 2022
IanMatthewHuff
added
verification-needed
Verification of issue is requested
verified
Verification succeeded
labels
Jan 26, 2022
Sorry I had the process off and had removed verification-needed added it back in along with verified. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Issue identified by VS Code Team member as probable bug
inlay-hints
verification-needed
Verification of issue is requested
verified
Verification succeeded
I think the inlay hint is always correct, i.e. it reflects the expression that I am typing, but this is very distracting, as my cursor is jumping all over the place based on the width of the inlay hint.
The text was updated successfully, but these errors were encountered: