MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / completionRequest

Method completionRequest

src/common/lsp/client/client.cpp:587–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587void Client::completionRequest(const QString &filePath, const lsp::Position &pos, const lsp::CompletionContext &context)
588{
589 d->callMethod(lsp::V_TEXTDOCUMENT_COMPLETION, lsp::completion(filePath, pos, context), filePath);
590}
591
592void Client::signatureHelpRequest(const QString &filePath, const lsp::Position &pos)
593{

Callers 1

requestCompletionMethod · 0.80

Calls 2

callMethodMethod · 0.80
completionFunction · 0.50

Tested by

no test coverage detected