Replies: 1 comment
-
Inlay hints are always refreshed when you scroll a certain distance that's just fundamentally how tey work. With gd and c-o you likely went to a different file (or to a very close location in the same file) where refreshing was not possible. In the future we want to refresh inlay hints quicker on scrolilling/positom changes and slower on edits so it will be less noticable but that requires some larger work (introducing an event system) so it will take a while to address. Fundamentalky this is intended behavior tough and just howninlay hints work. I just eant to make the timeout a bit less noticeable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The inlay hint is refreshed after some motions like
g g
org e
, while this does not happen for some other motions likeg d
orctrl-o
.Beta Was this translation helpful? Give feedback.
All reactions