Method FindCodeActions
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
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
positionPointStart position within the text.
startPosPointStart position within the text.
endPosPointEnd position within the text.
errorISyntaxErrorSyntax error within the text.
allDocumentsboolSpecifies all documents in the solution needs to be processed.