clang-tools 22.0.0git
|
Describes hover preferences. More...
#include <ConfigFragment.h>
Public Attributes | |
std::optional< Located< bool > > | ShowAKA |
Whether hover show a.k.a type. | |
std::optional< Located< uint32_t > > | MacroContentsLimit |
Limit the number of characters returned when hovering a macro. |
Describes hover preferences.
Definition at line 361 of file ConfigFragment.h.
std::optional<Located<uint32_t> > clang::clangd::config::Fragment::HoverBlock::MacroContentsLimit |
Limit the number of characters returned when hovering a macro.
Definition at line 365 of file ConfigFragment.h.
std::optional<Located<bool> > clang::clangd::config::Fragment::HoverBlock::ShowAKA |
Whether hover show a.k.a type.
Definition at line 363 of file ConfigFragment.h.