-
Notifications
You must be signed in to change notification settings - Fork 29.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 are shown briefly when navigating in peek window #177059
Comments
I cannot reproduce. How is |
It's set using |
(note: it's set only for Dart specifically... I wondered whether the Peek window might start rendering without having its language set? 🤔) |
From my personal experience it's not just about the Peek window. I can see the inlay hints blinking when I open a file (but rarely), when I compare a file changes in "source control" tab and so on. |
@incendial are you still seeing this? I don't seem to be able to repro now - although I'm on Windows atm, not sure if that makes a difference. |
Yes, Screen.Recording.2023-06-09.at.18.43.34.mov |
Yeah, I can also repro on my Mac. Not sure if it's because my PC is faster I don't see it or if there's some other difference on Windows. @jrieken can you reproduce this using the setting configured as a EdiT: It only appears on the first click.. although my GIF looks like repeated clicks trigger it, that's just because it's looping the first click. |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
This bug has been fixed in the latest release of VS Code Insiders! @DanTup, you can help us out by commenting If things still don't seem right, please ensure you're on version 3dea5cb of Insiders (today's or later - you can use Happy Coding! |
This came up at Dart-Code/Dart-Code#4436 (comment) and I can reproduce myself.
In Dart we've set inlay hints to
offUnlessPressed
because they can be noisy with the VS Code's always-on default.When opening Peek windows, the inlay hints appear briefly then disappear. Then while navigating between references the same happens:
Screen.Recording.2023-03-13.at.19.11.35.mov
I can repro this using only the mouse, so at no point is the Inlay Hints keybinding held down.
The text was updated successfully, but these errors were encountered: