nixd
Loading...
Searching...
No Matches
lspserver::CodeActionParams Struct Reference

#include <Protocol.h>

Collaboration diagram for lspserver::CodeActionParams:
[legend]

Public Attributes

TextDocumentIdentifier textDocument
 The document in which the command was invoked.
Range range
 The range for which the command was invoked.
CodeActionContext context
 Context carrying additional information.

Detailed Description

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

Member Data Documentation

◆ context

CodeActionContext lspserver::CodeActionParams::context

Context carrying additional information.

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

Referenced by lspserver::fromJSON().

◆ range

Range lspserver::CodeActionParams::range

The range for which the command was invoked.

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

Referenced by lspserver::fromJSON().

◆ textDocument

TextDocumentIdentifier lspserver::CodeActionParams::textDocument

The document in which the command was invoked.

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

Referenced by lspserver::fromJSON().


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