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

Method documentFormatting

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

Source from the content-addressed store, hash-verified

2539}
2540
2541LSPClientServer::LSPRequestHandle LSPClientServer::documentFormatting( const URI& document,
2542 const json& options,
2543 const JsonReplyHandler& h ) {
2544 auto params = textDocumentOptions( document, options );
2545 return send( newRequest( "textDocument/formatting", params ), h );
2546}
2547
2548LSPClientServer::LSPRequestHandle
2549LSPClientServer::documentFormatting( const URI& document, const json& options,

Callers 1

Calls 3

textDocumentOptionsFunction · 0.85
newRequestFunction · 0.85
parseTextEditArrayFunction · 0.85

Tested by

no test coverage detected