nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 979 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ context

CodeActionContext lspserver::CodeActionParams::context

Context carrying additional information.

Definition at line 987 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 984 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 981 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON().


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