MCPcopy Create free account
hub / github.com/MaskRay/ccls / DocumentOnTypeFormattingParam

Class DocumentOnTypeFormattingParam

src/message_handler.hh:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 FormattingOptions options;
145};
146struct DocumentOnTypeFormattingParam {
147 TextDocumentIdentifier textDocument;
148 Position position;
149 std::string ch;
150 FormattingOptions options;
151};
152struct DocumentRangeFormattingParam {
153 TextDocumentIdentifier textDocument;
154 lsRange range;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected