nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::DocumentOnTypeFormattingParams Struct Reference

#include <Protocol.h>

Collaboration diagram for lspserver::DocumentOnTypeFormattingParams:
[legend]

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 832 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ ch

std::string lspserver::DocumentOnTypeFormattingParams::ch

The character that has been typed.

Definition at line 840 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON().

◆ position

Position lspserver::DocumentOnTypeFormattingParams::position

The position at which this request was sent.

Definition at line 837 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON().

◆ textDocument

TextDocumentIdentifier lspserver::DocumentOnTypeFormattingParams::textDocument

The document to format.

Definition at line 834 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON().


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