Table of Contents

Method GetCodeRefactors

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

GetCodeRefactors(Point, Point, bool)

Retrieves all applicable refactors at given range.

public override IList<ICodeRefactor> GetCodeRefactors(Point startPos, Point endPos, bool allDocuments)

Parameters

startPos Point

Star position within the text.

endPos Point

End position within the text..

allDocuments bool

Specifies all documents in the solution needs to be processed.

Returns

IList<ICodeRefactor>

Collection of available code refactors