CompletionMatchType Enum

Definition

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.

Applies to