nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::Hover Struct Reference

#include <Protocol.h>

Collaboration diagram for lspserver::Hover:
[legend]

Public Attributes

MarkupContent contents
 The hover's content.
 
std::optional< Rangerange
 

Detailed Description

Definition at line 1207 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ contents

MarkupContent lspserver::Hover::contents

The hover's content.

Definition at line 1209 of file lspserver/include/lspserver/Protocol.h.

◆ range

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.


The documentation for this struct was generated from the following file: