Table of Contents

Method ListMembers

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

ListMembers(CodeCompletionArgs, string, Point, IDictionary<string, string>)

Performs code completion as a list of members, for the specified text representing language element.

public virtual void ListMembers(CodeCompletionArgs e, string text, Point position, IDictionary<string, string> tokens)

Parameters

e CodeCompletionArgs

Contains data for the code completion.

text string

Specifies source text.

position Point

Specifies current position in text.

tokens IDictionary<string, string>

List of tokens (code completion results), valid for the current language element.