You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies for the messy issue title. Not sure how to phrase it. Example below applies to VS Code.
With type inlay hints, when moving the caret, it jumps from between the second-last and last characters ([len-1, len]) of the variable name to the end of the inlay hint. That is, the caret never falls after the end of the variable name on the last character ([len, len+1]).
This is unintuitive. It would be more appropriate to have the type inlay hint "occupy" the whitespace afterwards instead.
The parameter inlay hint appears to behave intuitively.