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

#include <protocol.h>

Collaboration diagram for TextDocumentItem:

Public Attributes

std::string uri
 
std::string languageId
 
int version
 
std::string text
 

Detailed Description

Definition at line 97 of file protocol.h.

Member Data Documentation

◆ languageId

std::string languageId

Definition at line 99 of file protocol.h.

Referenced by lsp::from_json(), and LspServer::handleDidOpen().

◆ text

std::string text

Definition at line 101 of file protocol.h.

Referenced by lsp::from_json(), and LspServer::handleDidOpen().

◆ uri

std::string uri

Definition at line 98 of file protocol.h.

Referenced by lsp::from_json(), and LspServer::handleDidOpen().

◆ version

int version

Definition at line 100 of file protocol.h.

Referenced by lsp::from_json(), and LspServer::handleDidOpen().


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