We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HoverContext
Testing #210904
I suggest that we change the provider to:
interface HoverProvider<T extends Hover = Hover> {... }
And then make HoverContext use the specific type of hover our provider returned (T). This lets us avoid an extra cast
T
Activity