Provide a hover for the given position, context and document. Multiple hovers at the same position will be merged by the editor. A hover can have a range which defaults to the word range at the position when omitted.
Optional
context: HoverContext<THover>
The hover provider interface defines the contract between extensions and the hover-feature.