wex v26.10.0
wex::hover_item Struct Reference

Represents hover information. More...

#include <wex/ui/lsp.h>

Public Member Functions

 hover_item (const position_item &p=position_item(), std::string c=std::string())
 Default constructor, taking a position and contents.
 hover_item (const boost::json::object &obj)
 Constructor from a JSON object, as received from the language server.

Detailed Description

Represents hover information.