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

#include <Protocol.h>

Collaboration diagram for lspserver::DocumentRangeFormattingParams:
[legend]

Public Attributes

TextDocumentIdentifier textDocument
 The document to format.
 
Range range
 The range to format.
 

Detailed Description

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

Member Data Documentation

◆ range

Range lspserver::DocumentRangeFormattingParams::range

The range to format.

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

Referenced by lspserver::fromJSON().

◆ textDocument

TextDocumentIdentifier lspserver::DocumentRangeFormattingParams::textDocument

The document to format.

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

Referenced by lspserver::fromJSON().


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