Method HasCodeRefactors
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v10.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
startPosPointStart position within the text.
endPosPointEnd position within the text.
allDocumentsboolSpecifies if all documents in the solution need to be processed.
Returns
- bool
True if code fixes are available, otherwise false.