nixd
|
#include <Protocol.h>
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. | |
Definition at line 979 of file lspserver/include/lspserver/Protocol.h.
CodeActionContext lspserver::CodeActionParams::context |
Context carrying additional information.
Definition at line 987 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().
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().
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().