clang-tools 20.0.0git
|
A visual indicator to prepend to the completion label to indicate whether completion result would trigger an #include insertion or not. More...
#include <CodeComplete.h>
Public Attributes | |
std::string | Insert = "•" |
std::string | NoInsert = " " |
A visual indicator to prepend to the completion label to indicate whether completion result would trigger an #include insertion or not.
Definition at line 79 of file CodeComplete.h.
std::string clang::clangd::CodeCompleteOptions::IncludeInsertionIndicator::Insert = "•" |
Definition at line 80 of file CodeComplete.h.
Referenced by clang::clangd::clangdMain().
std::string clang::clangd::CodeCompleteOptions::IncludeInsertionIndicator::NoInsert = " " |
Definition at line 81 of file CodeComplete.h.
Referenced by clang::clangd::clangdMain().