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

Represents the signature of something callable. More...

#include <Protocol.h>

Collaboration diagram for lspserver::SignatureInformation:
[legend]

Public Attributes

std::string label
 The label of this signature. Mandatory.
 
MarkupContent documentation
 The documentation of this signature. Optional.
 
std::vector< ParameterInformationparameters
 The parameters of this signature.
 

Detailed Description

Represents the signature of something callable.

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

Member Data Documentation

◆ documentation

MarkupContent lspserver::SignatureInformation::documentation

The documentation of this signature. Optional.

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

◆ label

std::string lspserver::SignatureInformation::label

The label of this signature. Mandatory.

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

◆ parameters

std::vector<ParameterInformation> lspserver::SignatureInformation::parameters

The parameters of this signature.

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


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