Skip to main content

ProvideHover

Function ProvideHover 

Source
async fn ProvideHover(_uri: Url, _position: Struct) -> Result<Struct, String>
Expand description

Internal implementation to get hover from a provider.

This would typically invoke the language feature provider registry to find an appropriate provider for the document.