clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::CodeCompleteOptions::IncludeInsertionIndicator Struct Reference

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 = " "
 

Detailed Description

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.

Member Data Documentation

◆ Insert

std::string clang::clangd::CodeCompleteOptions::IncludeInsertionIndicator::Insert = "•"

Definition at line 80 of file CodeComplete.h.

Referenced by clang::clangd::clangdMain().

◆ NoInsert

std::string clang::clangd::CodeCompleteOptions::IncludeInsertionIndicator::NoInsert = " "

Definition at line 81 of file CodeComplete.h.

Referenced by clang::clangd::clangdMain().


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