5#ifndef QQMLRANGEFORMATTING_P_H
6#define QQMLRANGEFORMATTING_P_H
19#include <private/qlanguageserver_p.h>
20#include <private/qqmlbasemodule_p.h>
24struct RangeFormattingRequest
25 :
public BaseRequest<QLspSpecification::DocumentRangeFormattingParams,
26 QLspSpecification::Responses::DocumentRangeFormattingResponseType>
36 void registerHandlers(QLanguageServer *server, QLanguageServerProtocol *protocol)
override;
38 QLspSpecification::InitializeResult &)
override;
39 void process(RequestPointerArgument req)
override;
Combined button and popup list for selecting options.