Table of Contents

Method GetCompletionsAtPosition

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

GetCompletionsAtPosition(Point)

When implemented by a class, gets the completions available at the caret position.

IEnumerable<CompletionEntry> GetCompletionsAtPosition(Point position)

Parameters

position Point

The position of the caret.

Returns

IEnumerable<CompletionEntry>

List of CompletionEntry related to the specified position.