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

Inheritance: CompletionSet
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Filter() public méthode

public Filter ( ) : void
Résultat void

Filter() public méthode

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
Résultat void

RCompletionSet() public méthode

public RCompletionSet ( ITextBuffer textBuffer, ITrackingSpan trackingSpan, List completions ) : System
textBuffer ITextBuffer
trackingSpan ITrackingSpan
completions List
Résultat System