Table of Contents

Method GetCompletionsAtPosition

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

GetCompletionsAtPosition(Point)

Gets the completions available at the caret position.

public virtual IEnumerable<CompletionEntry> GetCompletionsAtPosition(Point position)

Parameters

position Point

The position of the caret.

Returns

IEnumerable<CompletionEntry>

List of CompletionEntry related to the specified position.