Table of Contents

Method GetCodeRefactors

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

GetCodeRefactors(Point, Point, bool)

Retrieves all applicable refactors at given range.

public virtual IList<ICodeRefactor> GetCodeRefactors(Point startPos, Point endPos, bool allDocuments = false)

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