Microsoft.VisualStudio.Language.Suggestions Namespace
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.
Classes
ProposalDisplayedEventArgs | |
ProposalRejectedEventArgs | |
SuggestionAcceptedEventArgs | |
SuggestionBase |
A suggestion passed to TryDisplaySuggestionAsync(SuggestionBase, CancellationToken). |
SuggestionDismissedEventArgs | |
SuggestionManagerBase |
A suggestion manager for a SuggestionProviderBase and ITextView. Created via TryRegisterProviderAsync(SuggestionProviderBase, ITextView, String, CancellationToken). |
SuggestionProviderBase | |
SuggestionServiceBase |
MEF export for registering SuggestionProviderBases for an ITextView. |
SuggestionServiceNames |
Names of SuggestionProviderBases built into Visual Studio. |
SuggestionSessionBase | |
TipElement |
The description of a button displayed in the hint bar of a suggestion. |
Enums
EditDisplayStyle |
How to display the suggestion to the user. |
ReasonForAccept |
How was the suggestion accepted by the user? |
ReasonForDismiss |
Why was a suggestion dismissed? |
ReasonForUpdate |
Why was a proposal updated or did a user action diverge from the proposal, causing the proposal (but not the SuggestionSessionBase) to be dismissed? |
TipStyle |
Flags that describe how the suggestion is shown. Many of these will disappear once we have locked down the style. |