completionCaseMatchingMode property

CompletionCaseMatchingMode? completionCaseMatchingMode
getter/setter pair

The mode of code completion being invoked. If no value is provided, MATCH_FIRST_CHAR will be assumed.

Implementation

CompletionCaseMatchingMode? completionCaseMatchingMode;