ICompletionDefaultsSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |