Method FindCodeActions
FindCodeActions(Point, Point, Point, ISyntaxError, bool)
When implemented by a class, locates and highlights available code fixes and code refactors for given position in the texts.
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.