5#ifndef QMLFINDUSAGESUPPORT_P_H
6#define QMLFINDUSAGESUPPORT_P_H
23struct ReferencesRequest :
public BaseRequest<QLspSpecification::ReferenceParams,
24 QLspSpecification::Responses::ReferenceResponseType>
37 QLspSpecification::InitializeResult &)
override;
39 void process(RequestPointerArgument request)
override;
42 const QLspSpecification::TypeDefinitionParams ¶ms,
43 ReferencesRequest::Response &&response);
Implements a server for the language server protocol.
void setupCapabilities(const QLspSpecification::InitializeParams &clientInfo, QLspSpecification::InitializeResult &) override
void typeDefinitionRequestHandler(const QByteArray &, const QLspSpecification::TypeDefinitionParams ¶ms, ReferencesRequest::Response &&response)
void registerHandlers(QLanguageServer *server, QLanguageServerProtocol *protocol) override
void process(RequestPointerArgument request) override
QString name() const override
This class sends a result or an error when going out of scope.