Method GetCodeFixesAtPosition
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
GetCodeFixesAtPosition(ISyntaxError)
When implemented by a class, gets code fix at syntax error position.
IEnumerable<CodeFixAction> GetCodeFixesAtPosition(ISyntaxError error)
Parameters
error
ISyntaxErrorgiven syntax error
Returns
- IEnumerable<CodeFixAction>
Collection of applicable code fixes.