private static bool CanExecuteFeature(string name, string description)
        {
            StandardFeature feature = new StandardFeature(name, description, CodeRush.Options.GetFullName(typeof(SmartQuoteOptions)), FeatureProduct.Unknown);

            return(CodeRush.Feature.CanExecuteFeature(feature));
        }
 private static bool CanExecuteFeature(string name, string description)
 {
     StandardFeature feature = new StandardFeature(name, description, CodeRush.Options.GetFullName(typeof(SmartGenericsOptions)), FeatureProduct.Unknown);
     return CodeRush.Feature.CanExecuteFeature(feature);
 }