LLVM: llvm::lsp::Hover Struct Reference (original) (raw)
#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| MarkupContent | contents |
| The hover's content. | |
| std::optional< Range > | range |
| An optional range is a range inside a text document that is used to visualize a hover, e.g. |
Definition at line 560 of file Protocol.h.
| llvm::lsp::Hover::Hover ( Range range) | inline |
|---|
◆ contents
◆ range
std::optional<Range> llvm::lsp::Hover::range
An optional range is a range inside a text document that is used to visualize a hover, e.g.
by changing the background color.
Definition at line 569 of file Protocol.h.
Referenced by Hover(), and llvm::lsp::toJSON().
The documentation for this struct was generated from the following file:
- include/llvm/Support/LSP/Protocol.h