clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::config::Fragment::CompletionBlock Struct Reference

Describes code completion preferences. More...

#include <ConfigFragment.h>

Public Attributes

std::optional< Located< bool > > AllScopes
 Whether code completion should include suggestions from scopes that are not visible.
 

Detailed Description

Describes code completion preferences.

Definition at line 303 of file ConfigFragment.h.

Member Data Documentation

◆ AllScopes

std::optional<Located<bool> > clang::clangd::config::Fragment::CompletionBlock::AllScopes

Whether code completion should include suggestions from scopes that are not visible.

The required scope prefix will be inserted.

Definition at line 306 of file ConfigFragment.h.


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