hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
HoverProvider Class Reference

#include <hover.h>

Public Member Functions

std::optional< Hoverprovide (Document *doc, const Position &pos)
 

Private Member Functions

std::optional< HoverhoverOnSymbol (Document *doc, const Position &pos)
 

Detailed Description

Definition at line 14 of file hover.h.

Member Function Documentation

◆ hoverOnSymbol()

std::optional< Hover > hoverOnSymbol ( Document doc,
const Position pos 
)
private

◆ provide()

std::optional< Hover > provide ( Document doc,
const Position pos 
)

Definition at line 11 of file hover.cpp.

References HoverProvider::hoverOnSymbol(), and Document::parseSucceeded.

Referenced by LspServer::handleHover().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: