Table of Contents

Method GetCompletionsAtPosition

Namespace
Alternet.Common.TypeScript.Compiler
Assembly
Alternet.Common.TypeScript.v9.dll

GetCompletionsAtPosition(string, Point)

Gets list of code completion entries at specified position.

public IEnumerable<CompletionEntry> GetCompletionsAtPosition(string fileName, Point position)

Parameters

fileName string

File name containing source code.

position Point

Specifies current position in the text.

Returns

IEnumerable<CompletionEntry>

The set of code completion entries at the given position.