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
At the moment, hovering over a binding shows a "Defined in ". This is great! It would also be great to see the package e.g. "Defined in ". It would also be great if we could see the package when hovering over an import e.g. over import A.B.C so that I can easily know what package A.B.C is defined in.
The text was updated successfully, but these errors were encountered:
At the moment, hovering over a binding shows a "Defined in ". This is great! It would also be great to see the package e.g. "Defined in ". It would also be great if we could see the package when hovering over an import e.g. over
import A.B.C
so that I can easily know what packageA.B.C
is defined in.The text was updated successfully, but these errors were encountered: