Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.37 KB

File metadata and controls

11 lines (9 loc) · 1.37 KB
layout SiteMaster

Refactoring Plugins

  • CR_ExtensionMethodsHelper - [GitHub] (https://github.com/RoryBecker/CR_ExtensionMethodsHelper/) - Adds a CodeProvider which adds missing namespace references for extension methods.
  • CR_UseExtensionMethod VSGallery \ GitHub - Provides new Refactoring\CodeProvider to rewrite a call to an method as an extension method.
  • 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_ExtractMethodAndInlineLiterals VSGallery \ GitHub - Extracts all literals in the selected code, then extracts the code, before inlining the literals again.