Table of Contents

Class CodeActionEventArgs

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

Provides data of the code fixes to be highlighted.

public class CodeActionEventArgs : EventArgs
Inheritance
CodeActionEventArgs

Constructors

CodeActionEventArgs(Point, ISyntaxError, bool, bool)

Initializes CodeFixEventArgs with specified references.

CodeActionEventArgs(Point, Point, Point, ISyntaxError, bool, bool)

Initializes CodeFixEventArgs with specified references.

Properties

EndPosition

Specifies end position of the code actions.

Error

Gets or sets a ISyntaxError associated with code fixes.

HasCodeFixes

Gets or sets value indicating if code fixes are available for the given error.

HasCodeRefactors

Gets or sets value indicating if code refactors are available for the given error.

Position

Specifies current position of the code actions.

StartPosition

Specifies start position of the code actions.