clang-tools  7.0.0
Public Attributes | List of all members
clang::clangd::CompletionItemClientCapabilities Struct Reference

#include <Protocol.h>

Collaboration diagram for clang::clangd::CompletionItemClientCapabilities:
[legend]

Public Attributes

bool snippetSupport = false
 Client supports snippets as insert text. More...
 
bool commitCharacterSupport = false
 Client supports commit characters on a completion item. More...
 

Detailed Description

Definition at line 220 of file Protocol.h.

Member Data Documentation

◆ commitCharacterSupport

bool clang::clangd::CompletionItemClientCapabilities::commitCharacterSupport = false

Client supports commit characters on a completion item.

Definition at line 224 of file Protocol.h.

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

◆ snippetSupport

bool clang::clangd::CompletionItemClientCapabilities::snippetSupport = false

Client supports snippets as insert text.

Definition at line 222 of file Protocol.h.

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


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