MCPcopy Create free account
hub / github.com/SpartanJ/eepp / documentRangeFormatting

Method documentRangeFormatting

src/tools/ecode/plugins/lsp/lspclientserver.cpp:2557–2562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2555}
2556
2557LSPClientServer::LSPRequestHandle
2558LSPClientServer::documentRangeFormatting( const URI& document, const TextRange& range,
2559 const json& options, const JsonReplyHandler& h ) {
2560 auto params = textDocumentOptions( document, options, range.normalized() );
2561 return send( newRequest( "textDocument/rangeFormatting", params ), h );
2562}
2563
2564LSPClientServer::LSPRequestHandle
2565LSPClientServer::documentRangeFormatting( const URI& document, const TextRange& range,

Callers 1

rangeFormattingMethod · 0.80

Calls 4

textDocumentOptionsFunction · 0.85
newRequestFunction · 0.85
parseTextEditArrayFunction · 0.85
normalizedMethod · 0.80

Tested by

no test coverage detected