Method FindCodeActions
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
FindCodeActions(Point, Point, Point, ISyntaxError, bool)
Locates and highlights available code fixes and code refactors for given position in the texts.
public override void FindCodeActions(Point position, Point startPos, Point endPos, ISyntaxError error, bool allDocuments = false)
Parameters
position
PointStart position within the text.
startPos
PointStart position within the text.
endPos
PointEnd position within the text.
error
ISyntaxErrorSyntax error within the text.
allDocuments
boolSpecifies all documents in the solution needs to be processed.