nixd
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document to format. | |
Position | position |
The position at which this request was sent. | |
std::string | ch |
The character that has been typed. | |
Definition at line 832 of file lspserver/include/lspserver/Protocol.h.
std::string lspserver::DocumentOnTypeFormattingParams::ch |
The character that has been typed.
Definition at line 840 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().
Position lspserver::DocumentOnTypeFormattingParams::position |
The position at which this request was sent.
Definition at line 837 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().
TextDocumentIdentifier lspserver::DocumentOnTypeFormattingParams::textDocument |
The document to format.
Definition at line 834 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().