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
PointStar position within the text.
endPos
PointEnd position within the text..
allDocuments
boolSpecifies all documents in the solution needs to be processed.
Returns
- IList<ICodeRefactor>
Collection of available code refactors