hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
TextDocumentContentChangeEvent Struct Reference

#include <protocol.h>

Collaboration diagram for TextDocumentContentChangeEvent:

Public Attributes

std::optional< Rangerange
 
std::optional< int > rangeLength
 
std::string text
 

Detailed Description

Definition at line 111 of file protocol.h.

Member Data Documentation

◆ range

std::optional<Range> range

Definition at line 112 of file protocol.h.

Referenced by lsp::from_json().

◆ rangeLength

std::optional<int> rangeLength

Definition at line 113 of file protocol.h.

Referenced by lsp::from_json().

◆ text

std::string text

Definition at line 114 of file protocol.h.

Referenced by lsp::from_json().


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