Share via


ICompletionDefaultsSource Interface

Definition

Provides a list of possible default selections for a completion session.

public interface ICompletionDefaultsSource
type ICompletionDefaultsSource = interface
Public Interface ICompletionDefaultsSource

Remarks

This is a MEF component that is implemented by IntelliCode. It may not exist -- users can choose to not install the IntelliCode package -- but, if it does, there will be a single implementation that can be use with all languages.

Methods

GetSessionDefaultsAsync(ITextView)

Gets a list of possible default items from any prediction displayed in the view.

Applies to