Table of Contents

Method GetCompletionEntryDetails

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

GetCompletionEntryDetails(string, Point, string)

Gets detailed completion information for specified code completion entry.

public CompletionEntryDetails GetCompletionEntryDetails(string fileName, Point position, string name)

Parameters

fileName string

File name containing source code.

position Point

Specifies current position in text.

name string

Name to match.

Returns

CompletionEntryDetails

Detailed information of the code completion entry.