wex v26.10.0
wex::completion_item_element Struct Reference

Represents an element of a completion item. More...

#include <wex/ui/lsp.h>

Public Member Functions

 completion_item_element (std::string text=std::string())
 Default constructor, taking insert text.
 completion_item_element (const boost::json::object &obj)
 Constructor from a JSON object, as received from the language server.

Detailed Description

Represents an element of a completion item.