Method GetCodeFixes
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
GetCodeFixes(ISyntaxError, bool)
Retrieves all code fixes available for the given syntax error.
public override IList<ICodeFix> GetCodeFixes(ISyntaxError error, bool allDocuments = false)
Parameters
error
ISyntaxErrorSyntaxe error or warning
allDocuments
boolSpecifies if search needs to process all documents in the solution