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

Method definitionRequest

src/common/lsp/client/client.cpp:582–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582void Client::definitionRequest(const QString &filePath, const lsp::Position &pos)
583{
584 d->callMethod(lsp::V_TEXTDOCUMENT_DEFINITION, lsp::definition(filePath, pos), filePath);
585}
586
587void Client::completionRequest(const QString &filePath, const lsp::Position &pos, const lsp::CompletionContext &context)
588{

Callers 2

handleFollowTypeStartMethod · 0.80

Calls 2

definitionFunction · 0.85
callMethodMethod · 0.80

Tested by

no test coverage detected