Method GetCodeFixes
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetCodeFixes(ISyntaxError, bool)
Gets code fixes for a given syntax error.
public virtual IList<ICodeFix> GetCodeFixes(ISyntaxError error, bool allDocuments = false)
Parameters
error
ISyntaxErrorSpecifies syntax error..
allDocuments
boolSpecifies if all documents in the solution need to be processed.