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

#include <protocol.h>

Public Attributes

bool openClose = true
 
int change = 1
 
bool willSave = false
 
bool willSaveWaitUntil = false
 
bool didSave = false
 

Detailed Description

Definition at line 396 of file protocol.h.

Member Data Documentation

◆ change

int change = 1

Definition at line 398 of file protocol.h.

Referenced by lsp::to_json().

◆ didSave

bool didSave = false

Definition at line 401 of file protocol.h.

◆ openClose

bool openClose = true

Definition at line 397 of file protocol.h.

Referenced by lsp::to_json().

◆ willSave

bool willSave = false

Definition at line 399 of file protocol.h.

Referenced by lsp::to_json().

◆ willSaveWaitUntil

bool willSaveWaitUntil = false

Definition at line 400 of file protocol.h.

Referenced by lsp::to_json().


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