CompletionMatchType 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.
Defines the types of matching that can be done on completion items.
public enum class CompletionMatchType
public enum class CompletionMatchType
enum CompletionMatchType
public enum CompletionMatchType
type CompletionMatchType =
Public Enum CompletionMatchType
- Inheritance
-
CompletionMatchType
Fields
MatchDisplayText | 0 | Match the display text of the completion. |
MatchInsertionText | 1 | Match the insertion text of the completion. |