|
nixd
|
#include <Protocol.h>
Public Attributes | |
| TextDocumentIdentifier | textDocument |
| The document to format. | |
| Range | range |
| The range to format. | |
Definition at line 822 of file lspserver/include/lspserver/Protocol.h.
| Range lspserver::DocumentRangeFormattingParams::range |
The range to format.
Definition at line 827 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().
| TextDocumentIdentifier lspserver::DocumentRangeFormattingParams::textDocument |
The document to format.
Definition at line 824 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().