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
{{ message }}
This repository was archived by the owner on Jul 7, 2022. It is now read-only.
The current rust inlay-hints implementation puts everything at the end of the line when the intended behavior of Type and Parameter hints is to be interspersed in the line. We should be able to draw these hints more closely to this.
Where TypeHints go after variable declarations and ParameterHints are paired with their variables.