Table of Contents

Method GetApplicableRefactors

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

GetApplicableRefactors(Point, Point)

When implemented by a class, gets applicable refactors at the given text range.

IEnumerable<ApplicableRefactorInfo> GetApplicableRefactors(Point startPos, Point endPos)

Parameters

startPos Point

Start position within the text.

endPos Point

End position within the text.

Returns

IEnumerable<ApplicableRefactorInfo>

List of applicable refactors or null if there's none.