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
Currently when a generic type (e.g. Option<MyCustomType>) is part of a function signature in an external function. the rune docs only show the outermost type (e.g. Option). It would be very useful to be able to see the full type.
I'm not sure how hard this would be to add, I would be interested in looking into this if this is a "relatively easy" thing.