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

Method documentCompletion

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

Source from the content-addressed store, hash-verified

2469}
2470
2471LSPClientServer::LSPRequestHandle LSPClientServer::documentCompletion( const URI& document,
2472 const TextPosition& pos,
2473 const JsonReplyHandler& h ) {
2474 auto params = textDocumentPositionParams( document, pos );
2475 return send( newRequest( "textDocument/completion", params ), h );
2476}
2477
2478LSPClientServer::LSPRequestHandle
2479LSPClientServer::documentCompletion( const URI& document, const TextPosition& pos,

Callers 1

Calls 3

newRequestFunction · 0.85
parseDocumentCompletionFunction · 0.85

Tested by

no test coverage detected