Table of Contents

Method GetCodeFixesAtPosition

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

GetCodeFixesAtPosition(ISyntaxError)

Gets code fix at syntax error position.

public virtual IEnumerable<CodeFixAction> GetCodeFixesAtPosition(ISyntaxError error)

Parameters

error ISyntaxError

given syntax error

Returns

IEnumerable<CodeFixAction>

Collection of applicable code fixes.