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. | |
std::optional< Located< std::string > > | ArgumentLists |
How to present the argument list between '()' and '<>': valid values are enum Config::ArgumentListsPolicy values: None: Nothing at all OpenDelimiter: only opening delimiter "(" or "<" Delimiters: empty pair of delimiters "()" or "<>" FullPlaceholders: full name of both type and parameter. | |
Describes code completion preferences.
Definition at line 325 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 328 of file ConfigFragment.h.
std::optional<Located<std::string> > clang::clangd::config::Fragment::CompletionBlock::ArgumentLists |
How to present the argument list between '()' and '<>': valid values are enum Config::ArgumentListsPolicy values: None: Nothing at all OpenDelimiter: only opening delimiter "(" or "<" Delimiters: empty pair of delimiters "()" or "<>" FullPlaceholders: full name of both type and parameter.
Definition at line 335 of file ConfigFragment.h.