Table of Contents

Method GetCompletionType

Namespace
Alternet.Syntax.Parsers.TextMate
Assembly
Alternet.Syntax.Parsers.TextMate.v9.dll

GetCompletionType(char)

Obtains type of code completion window from specifies char parameter.

public override CodeCompletionType GetCompletionType(char ch)

Parameters

ch char

Contains char being typed.

Returns

CodeCompletionType

CodeCompletionType data of window to popup.