clang-tools 22.0.0git
clang::clangd::config::Fragment::HoverBlock Struct Reference

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.

Detailed Description

Describes hover preferences.

Definition at line 361 of file ConfigFragment.h.

Member Data Documentation

◆ MacroContentsLimit

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.

◆ ShowAKA

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.


The documentation for this struct was generated from the following file: