clang-tools 22.0.0git
clang::clangd::DocumentOnTypeFormattingParams Struct Reference

#include <Protocol.h>

Public Attributes

TextDocumentIdentifier textDocument
 The document to format.
Position position
 The position at which this request was sent.
std::string ch
 The character that has been typed.

Detailed Description

Definition at line 872 of file Protocol.h.

Member Data Documentation

◆ ch

std::string clang::clangd::DocumentOnTypeFormattingParams::ch

The character that has been typed.

Definition at line 880 of file Protocol.h.

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

◆ position

Position clang::clangd::DocumentOnTypeFormattingParams::position

The position at which this request was sent.

Definition at line 877 of file Protocol.h.

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

◆ textDocument

TextDocumentIdentifier clang::clangd::DocumentOnTypeFormattingParams::textDocument

The document to format.

Definition at line 874 of file Protocol.h.

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


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