clang-tools 20.0.0git
|
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. | |
Describes code completion preferences.
Definition at line 307 of file ConfigFragment.h.
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 310 of file ConfigFragment.h.