clang-tools
10.0.0
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document to format. More... | |
Position | position |
The position at which this request was sent. More... | |
std::string | ch |
The character that has been typed. More... | |
Definition at line 611 of file Protocol.h.
std::string clang::clangd::DocumentOnTypeFormattingParams::ch |
The character that has been typed.
Definition at line 619 of file Protocol.h.
Position clang::clangd::DocumentOnTypeFormattingParams::position |
The position at which this request was sent.
Definition at line 616 of file Protocol.h.
TextDocumentIdentifier clang::clangd::DocumentOnTypeFormattingParams::textDocument |
The document to format.
Definition at line 613 of file Protocol.h.