Method GetCodeRefactors
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v10.dll
GetCodeRefactors(Point, Point, bool)
Retrieves all applicable refactors at given range.
public override IList<ICodeRefactor> GetCodeRefactors(Point startPos, Point endPos, bool allDocuments)
Parameters
startPosPointStar position within the text.
endPosPointEnd position within the text..
allDocumentsboolSpecifies all documents in the solution needs to be processed.
Returns
- IList<ICodeRefactor>
Collection of available code refactors