Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 2.03 KB

File metadata and controls

15 lines (13 loc) · 2.03 KB
layout SiteMaster

CodeProvider Plugins

  • CR_ReverseOperands - GitHub - Allows the user to reverse the order of 2 operands.
  • CR_ReverseArgs - GitHub - Allows the user to reverse the order of a pair of method arguments.
  • CR_SetPluginVersion - GitHub - Allows a plugin developer to simultaneously set the AssemblyFileVersion and AssemblyVersion attributes aswell as the Version element in their plugin's VSIX.
  • CR_DeclareExtensionMethod VSGallery \ [GitHub] (https://github.com/RoryBecker/CR_DeclareExtensionMethod) - Provides a CodeProvider which enables the creation of Extension methods from example calling code.
  • CR_ConvertStringToAppSetting VSGallery \ GitHub - Provides new Refactoring to convert a string to a setrting held in an app.config file.
  • CR_AddDataContract VSGallery \ GitHub - Provides new CodeProvider to add [DataContract] and [DataMember] attributes to a class.
  • CR_CleanupFileAndNamespaces VSGallery \ GitHub - Executes the CleaupFile action and OptimizeNamespace rafactorings in sequence.
  • CR_RemoveQuotesFromString - One step command to remove the initial and trailing double quotes from around a string literal.
  • CR_WrapInTryFunction - Generates a method that wraps the active method, in the same way that 'TryParse' wraps 'Parse'.