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

Class DocumentFormattingParam

src/message_handler.hh:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 bool insertSpaces;
141};
142struct DocumentFormattingParam {
143 TextDocumentIdentifier textDocument;
144 FormattingOptions options;
145};
146struct DocumentOnTypeFormattingParam {
147 TextDocumentIdentifier textDocument;
148 Position position;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected