Module hover

Module hover 

Source
Expand description

implementation of the hover request

§Usage

Additional information about a specific symbol in the document can be requested via Server::on_hover. by the client.

Structs§

Hover
A hover represents additional information for a symbol.

Enums§

MarkedString
This may either be a markdown string or a language snippet.