CodeActionParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |