Метод | Описание | |
---|---|---|
Filter ( ) : void | ||
Filter ( char commitChar ) : void |
Performs filtering based on the potential commit character such as when user completes partially typed function argument with = and we need to pick exactly entry with = and not plain one.
|
|
RCompletionSet ( ITextBuffer textBuffer, ITrackingSpan trackingSpan, List |
Метод | Описание | |
---|---|---|
GetTypedText ( ) : string | ||
Match ( string typedText, string compText, char commitChar ) : int | ||
OrderList ( IReadOnlyCollection |
||
UpdateVisibility ( char commitChar = '\0' ) : void |
public RCompletionSet ( ITextBuffer textBuffer, ITrackingSpan trackingSpan, List |
||
textBuffer | ITextBuffer | |
trackingSpan | ITrackingSpan | |
completions | List |
|
Результат | System |