CXCompletionResult

A single result of code completion.

extern (C) @nogc @trusted nothrow pure
struct CXCompletionResult {}

Members

Variables

CompletionString
CXCompletionString CompletionString;

The code-completion string that describes how to insert this code-completion result into the editing buffer.

CursorKind
CXCursorKind CursorKind;

The kind of entity that this completion refers to.

Meta