CodeActionOptions Class

Definition

Class representing the registration options for code actions support.

See the Language Server Protocol specification for additional information.

public ref class CodeActionOptions
[System.Runtime.Serialization.DataContract]
public class CodeActionOptions
[<System.Runtime.Serialization.DataContract>]
type CodeActionOptions = class
Public Class CodeActionOptions
Inheritance
CodeActionOptions
Attributes

Constructors

CodeActionOptions()

Properties

CodeActionKinds

Gets or sets the kinds of code action that this server may return.

ResolveProvider

Gets or sets a value indicating whether the server provides support to resolve additional information for a code action.

WorkDoneProgress

Gets or sets a value indicating whether work done progress is supported.

Applies to