clang-tools 19.0.0git
Public Attributes | List of all members
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 858 of file Protocol.h.

Member Data Documentation

◆ ch

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

The character that has been typed.

Definition at line 866 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 863 of file Protocol.h.

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

◆ textDocument

TextDocumentIdentifier clang::clangd::DocumentOnTypeFormattingParams::textDocument

The document to format.

Definition at line 860 of file Protocol.h.

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


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