C# Class Microsoft.R.Editor.Completion.RCompletionSet

Inheritance: CompletionSet
ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
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 completions ) : System

Private Methods

Method Description
GetTypedText ( ) : string
Match ( string typedText, string compText, char commitChar ) : int
OrderList ( IReadOnlyCollection completions ) : CompletionList
UpdateVisibility ( char commitChar = '\0' ) : void

Method Details

Filter() public method

public Filter ( ) : void
return void

Filter() public method

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.
public Filter ( char commitChar ) : void
commitChar char
return void

RCompletionSet() public method

public RCompletionSet ( ITextBuffer textBuffer, ITrackingSpan trackingSpan, List completions ) : System
textBuffer ITextBuffer
trackingSpan ITrackingSpan
completions List
return System