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
Hovers can currently be produced in 2 ways - either 1) the location we're hovering has a type already (the content has compiled successfully), or 2) we use the same mechanism as autocomplete on unsaved content to trace back something being hovered to something that has compiled.
Hovering in case 1 vs case 2 is different, and we should unify the hovers so case 2 produces the same hover as case 1, if possible.