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

#include <protocol.h>

Collaboration diagram for HoverParams:

Public Attributes

TextDocumentIdentifier textDocument
 
Position position
 

Detailed Description

Definition at line 227 of file protocol.h.

Member Data Documentation

◆ position

Position position

Definition at line 229 of file protocol.h.

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

◆ textDocument

TextDocumentIdentifier textDocument

Definition at line 228 of file protocol.h.

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


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