clang-tools 23.0.0git
clang::clangd::CodeActionParams Struct Reference

#include <Protocol.h>

Public Attributes

TextDocumentIdentifier textDocument
 The document in which the command was invoked.
Range range
 The range for which the command was invoked.
CodeActionContext context
 Context carrying additional information.

Detailed Description

Definition at line 1026 of file Protocol.h.

Member Data Documentation

◆ context

CodeActionContext clang::clangd::CodeActionParams::context

Context carrying additional information.

Definition at line 1034 of file Protocol.h.

Referenced by clang::clangd::fromJSON().

◆ range

Range clang::clangd::CodeActionParams::range

The range for which the command was invoked.

Definition at line 1031 of file Protocol.h.

Referenced by clang::clangd::fromJSON().

◆ textDocument

TextDocumentIdentifier clang::clangd::CodeActionParams::textDocument

The document in which the command was invoked.

Definition at line 1028 of file Protocol.h.

Referenced by clang::clangd::fromJSON().


The documentation for this struct was generated from the following file: