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

#include <Protocol.h>

Collaboration diagram for lspserver::DocumentLink:
[legend]

Public Attributes

Range range
 The range this link applies to.
 
URIForFile target
 The uri this link points to. If missing a resolve request is sent later.
 

Friends

bool operator== (const DocumentLink &LHS, const DocumentLink &RHS)
 
bool operator!= (const DocumentLink &LHS, const DocumentLink &RHS)
 

Detailed Description

A range in a text document that links to an internal or external resource, like another text document or a web site.

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

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const DocumentLink & LHS,
const DocumentLink & RHS )
friend

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

◆ operator==

bool operator== ( const DocumentLink & LHS,
const DocumentLink & RHS )
friend

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

Member Data Documentation

◆ range

Range lspserver::DocumentLink::range

The range this link applies to.

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

Referenced by lspserver::toJSON().

◆ target

URIForFile lspserver::DocumentLink::target

The uri this link points to. If missing a resolve request is sent later.

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

Referenced by lspserver::toJSON().


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