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

Method signatureHelpRequest

src/common/lsp/client/client.cpp:592–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void Client::signatureHelpRequest(const QString &filePath, const lsp::Position &pos)
593{
594 d->callMethod(lsp::V_TEXTDOCUMENT_SIGNATUREHELP, lsp::signatureHelp(filePath, pos), filePath);
595}
596
597void Client::referencesRequest(const QString &filePath, const lsp::Position &pos)
598{

Callers

nothing calls this directly

Calls 2

signatureHelpFunction · 0.85
callMethodMethod · 0.80

Tested by

no test coverage detected