nixd
|
#include <Protocol.h>
Public Attributes | |
MarkupContent | contents |
The hover's content. | |
std::optional< Range > | range |
Definition at line 1207 of file lspserver/include/lspserver/Protocol.h.
MarkupContent lspserver::Hover::contents |
The hover's content.
Definition at line 1209 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().
std::optional<Range> lspserver::Hover::range |
An optional range is a range inside a text document that is used to visualize a hover, e.g. by changing the background color.
Definition at line 1213 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().