C# Class VSEmbed.Roslyn.Dev14KeyProcessor

Inheritance: VSEmbed.Exports.BaseShortcutKeyProcessor
显示文件 Open project: SLaks/VSEmbed

Public Methods

Method Description
Dev14KeyProcessor ( IWpfTextView wpfTextView, ILightBulbBroker lightBulbBroker, ISuggestedActionCategoryRegistryService suggestedActionCategoryRegistryService, ISmartTagBroker smartTagBroker, IPeekBroker peekBroker ) : System

Private Methods

Method Description
AddShortcuts ( ) : void
ExpandSmartTagUnderCaret ( ) : bool
TryPeek ( ) : bool
TryShowSuggestedActions ( ) : bool

Method Details

Dev14KeyProcessor() public method

public Dev14KeyProcessor ( IWpfTextView wpfTextView, ILightBulbBroker lightBulbBroker, ISuggestedActionCategoryRegistryService suggestedActionCategoryRegistryService, ISmartTagBroker smartTagBroker, IPeekBroker peekBroker ) : System
wpfTextView IWpfTextView
lightBulbBroker ILightBulbBroker
suggestedActionCategoryRegistryService ISuggestedActionCategoryRegistryService
smartTagBroker ISmartTagBroker
peekBroker IPeekBroker
return System