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

#include <protocol.h>

Collaboration diagram for ReferenceParams:

Public Attributes

TextDocumentIdentifier textDocument
 
Position position
 
bool includeDeclaration = true
 

Detailed Description

Definition at line 284 of file protocol.h.

Member Data Documentation

◆ includeDeclaration

bool includeDeclaration = true

Definition at line 287 of file protocol.h.

Referenced by lsp::from_json().

◆ position

Position position

Definition at line 286 of file protocol.h.

Referenced by lsp::from_json().

◆ textDocument

TextDocumentIdentifier textDocument

Definition at line 285 of file protocol.h.

Referenced by lsp::from_json().


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