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
@ddemange if you want you can try and publish locally to see if this helps for hover (we would need a small refactor to use the fallback everywhere). To do that you need:
Is your feature request related to a problem? Please describe.
I am working with unmanaged jars that :
hovering on members of the jar only shows their types, and not their scaladoc.
The scaladoc only shows partially with autocompletion, when starting to type the name of a member (method), and it only shows for parameters.
Describe the solution you'd like
Hovering on any member provided by such a jar would show the complete scaladoc, like it does for members for which one has the source at hand. E.g. :
Describe alternatives you've considered
I am not aware of any alternative that would suit my use-case (apart from using a different IDE) :
Additional context
Search terms
scaladoc, hover, unmanagedJars
The text was updated successfully, but these errors were encountered: