CodeActionSetting 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 settings for code action support.
See the Language Server Protocol specification for additional information.
public ref class CodeActionSetting : Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting
[System.Runtime.Serialization.DataContract]
public class CodeActionSetting : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting
[<System.Runtime.Serialization.DataContract>]
type CodeActionSetting = class
inherit DynamicRegistrationSetting
Public Class CodeActionSetting
Inherits DynamicRegistrationSetting
- Inheritance
- Attributes
Constructors
CodeActionSetting() |
Properties
CodeActionLiteralSupport |
Gets or sets a value indicating the client supports code action literals. |
DataSupport |
Gets or sets a value indicating whether code action supports the |
DynamicRegistration |
Gets or sets a value indicating whether setting can be dynamically registered. (Inherited from DynamicRegistrationSetting) |
ResolveSupport |
Gets or sets a value indicating whether the client supports resolving
additional code action properties via a separate |