CodeActionParams Class

Definition

Class representing the parameters sent from the client to the server for the textDocument/codeAction request.

See the Language Server Protocol specification for additional information.

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

Constructors

CodeActionParams()

Properties

Context

Gets or sets the additional diagnostic information about the code action context.

Range

Gets or sets the range in the document for which the command was invoked.

TextDocument

Gets or sets the document identifier indicating where the command was invoked.

Applies to