InsertTextFormat Enum
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.
Enum representing insert text format for completion items.
See the Language Server Protocol specification for additional information.
public enum class InsertTextFormat
public enum InsertTextFormat
type InsertTextFormat =
Public Enum InsertTextFormat
- Inheritance
-
InsertTextFormat
Fields
Name | Value | Description |
---|---|---|
Plaintext | 1 | Completion item insertion is plaintext. |
Snippet | 2 | Completion item insertion is snippet. |