clang-tools
11.0.0
|
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 88 of file CodeComplete.h.
std::string clang::clangd::CodeCompleteOptions::IncludeInsertionIndicator::Insert = "•" |
Definition at line 89 of file CodeComplete.h.
std::string clang::clangd::CodeCompleteOptions::IncludeInsertionIndicator::NoInsert = " " |
Definition at line 90 of file CodeComplete.h.