Пример #1
0
 bool TryShowSuggestedActions()
 {
     if (lightBulbBroker.TryExpandSession(suggestedActionCategoryRegistryService.AllCodeFixes, wpfTextView))
     {
         return(true);
     }
     return(ExpandSmartTagUnderCaret());
 }