Method HasCodeRefactors
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
HasCodeRefactors(Point, Point, bool)
When implemented by a class, determines if code fixes are available for a given syntax error.
public override bool HasCodeRefactors(Point startPos, Point endPos, bool allDocuments = false)
Parameters
startPos
PointStart position within the text.
endPos
PointEnd position within the text.
allDocuments
boolSpecifies if all documents in the solution need to be processed.
Returns
- bool
True if code fixes are available, otherwise false.