Table of Contents

Method GetCodeFixesAsync

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

GetCodeFixesAsync(ISyntaxError, bool, CancellationToken)

Gets code fixes for a given syntax error in async mode.

public virtual Task<IList<ICodeFix>> GetCodeFixesAsync(ISyntaxError error, bool allDocuments = false, CancellationToken cancellationToken = default)

Parameters

error ISyntaxError

Specifies syntax error..

allDocuments bool

Specifies if all documents in the solution need to be processed.

cancellationToken CancellationToken

Cancellation token

Returns

Task<IList<ICodeFix>>

List of code fixes for a given error if succeed; otherwise null.