My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
  
  PageName Summary + Labels Changed ChangedBy ...
3rdPartyPlugins Plugins by others that are not hosted here Nov 2010 RoryBec...@gmail.com  
AussieALF Author page for Michael Proctor (AussieALF) Mar 2010 aussiealf@gmail.com  
AutomatedBuilds Jul 2009 dangilke...@gmail.com  
CR_AssignmentExpressionToEqualityTest Detects potential erroneous usages of assignments where an equality test might have been better used. Sep 2011 RoryBec...@gmail.com  
CR_AttributeTabber A Plugin to allow you to "Tab" between the attributes (and their values) contained within a html or xml tag. Jan 23 RoryBec...@gmail.com  
CR_BlockPainterPlus Paints delimited blocks in the editor. Sep 2011 RoryBec...@gmail.com  
CR_CCConsole Provides an in-IDE window for viewing status of selected CruiseControl.Net projects Sep 2011 RoryBec...@gmail.com  
CR_CautiousChange Sep 2011 RoryBec...@gmail.com  
CR_ClassCleaner Organizes your code (optionally using regions) based on settings provided. Sep 2011 RoryBec...@gmail.com  
CR_ClearAllMarkers Provides an action to eliminate all Markers, without moving the caret anywhere. Oct 2011 RoryBec...@gmail.com  
CR_CreateContracts Provides a CodeProvider that will implement a buddy class to hold contracts for an interface. Sep 2011 RoryBec...@gmail.com  
CR_CreateDelegate Creates a delegate from a method signature. Sep 2011 RoryBec...@gmail.com  
CR_CreatePartialClasses Plugin allows to create partial classes for all classes found in active source file. Mar 25 krzysztof.blacha  
CR_CreatePersistentClassList Plugin allows create array of types found in active source file. It will use only persistent classes. Mar 25 krzysztof.blacha  
CR_CreateTestMethod Provides an number of small utilities useful for Test Driven Development Sep 2011 RoryBec...@gmail.com  
CR_DeclareParameter Provides a new "Declare Parameter" CodeProvider Sep 2011 RoryBec...@gmail.com  
CR_Disposomatic Provides a 2 CodeProviders and CodeIssues which will warn of, and correct, missing implementations of IDisposable. Sep 2011 RoryBec...@gmail.com  
CR_EasierIdentifiers Removes the need for the shift key when creating PascalCased or camelCased identifiers Sep 2011 RoryBec...@gmail.com  
CR_EasyGoto Plugin allows to jump between various places within a class and its base classes with ease. Mar 21 krzysztof.blacha  
CR_ElementTagTabber Plugin to allow tabbing between start and end tags in html or xml documents. Dec 6 RoryBec...@gmail.com  
CR_EnforceNamingConventions Provides action to alter naming convention of members. Oct 2011 wlodarcz...@gmail.com  
CR_EnhancedForEach Find all Enumerable variables, show a list, pick one and creates a for each loop. Dec 2009 hoefkens...@gmail.com  
CR_EventHandlerCheckTC TODO. Feb 2010 travis.illig  
CR_ExceptionHelper Wraps selected code in a try..catch based on the exceptions it might throw. Sep 2011 RoryBec...@gmail.com  
CR_Execute provides an action (Execute) for executing any arbitrary VS command. Feb 2010 RoryBec...@gmail.com  
CR_ExtensionMethodsHelper Adds a CodeProvider which adds missing namespace references for extension methods. Sep 2011 RoryBec...@gmail.com  
CR_ExtractHqlNamedQuery Extracts a NHibernate's hql query to a separate xml file Sep 2011 RoryBec...@gmail.com  
CR_GenerateTest Generates a stub test method for the method your caret is residing in. Sep 2011 RoryBec...@gmail.com  
CR_ImplementBaseConstructors Creates constructors for a class that call base constructors. Sep 2011 RoryBec...@gmail.com  
CR_ImportNamespace Dec 12 RoryBec...@gmail.com  
CR_Initials Inserts developer name or initials as a comment into your source code. Feb 2010 travis.illig  
CR_InsertNewParentClass Provides a !CodeProvider to insert a new Parent class in the hierarchy above your current class Jan 27 RoryBec...@gmail.com  
CR_JoinLines Plugin for joining selected lines together, optionally with a delimiter. Apr 9 travis.illig  
CR_JumpToImplementation Navigates you to the implementation of an interface method. Feb 2010 travis.illig  
CR_JumpToType Provides an additional 'Type Declaration' on the Navigate menu Sep 2011 RoryBec...@gmail.com  
CR_LinkBar Favorites bar for different arrangements of files (workspaces) in your solution. Sep 2011 RoryBec...@gmail.com  
CR_Loop Provides a TextCommand (Loop) which expands a template multiple times. Sep 2011 RoryBec...@gmail.com  
CR_MarkerCloseOnCollect Closes the current file when a marker is collected Sep 2011 RoryBec...@gmail.com  
CR_MarkerExtensions CR_MarkerExtensions Alternate navigation commands for CodeRush markers Jun 2010 mark.duc...@gmail.com  
CR_MenuPlus Jan 11 RoryBec...@gmail.com  
CR_MethodPreview Shows the code of a method in a tooltip from any call site. Sep 2011 RoryBec...@gmail.com  
CR_MetricShader Alters the background color of members to indicate status according to a nominated Metric. Sep 2011 RoryBec...@gmail.com  
CR_MoveFile Moves a file to a different directory in the Solution (including moving between projects) Sep 2011 RoryBec...@gmail.com  
CR_MsdnBclHelp Launches MSDN help in the browser. Sep 2011 RoryBec...@gmail.com  
CR_MultiFileTemplates Templates that Generate Multiple Files Sep 2011 RoryBec...@gmail.com  
CR_MultiSelect May 9 RoryBec...@gmail.com  
CR_MultiSelectEdit Provides a new action to Link all current MultiSelects as in a rename. May 9 RoryBec...@gmail.com  
CR_NavigateToDefinition Navigates to the definition of the type, member or variable, searching in every project loaded into the solution Sep 2011 RoryBec...@gmail.com  
CR_NavigateToTest A Navigation Provider which provides a list of Test Classes that make use of the current class/reference Dec 12 casey.kr...@gmail.com  
CR_ObjectInitializerToConstructor Refactoring and CodeProvider for changing an Object Initializer into a constructor call (creating said constructor if needed) Sep 2011 RoryBec...@gmail.com  
CR_OptionsInverter Provides an Action for inverting the Storage.ReadXXX instructions mused within a DXCore plugins Options Screen. Yields some Storage.WriteXXX statements instead. Sep 2011 RoryBec...@gmail.com  
CR_Paste Copy code in one language, paste it in another. Feb 2010 travis.illig  
CR_PrimitiveTab Enhances the Tab to Next Reference feature of CodeRush, allowing one to Tab between primitives of the same value Sep 2011 RoryBec...@gmail.com  
CR_ProjectReferenceDefaults Sep 2011 RoryBec...@gmail.com  
CR_PromoteExpressionToParameter Provides a new "Promote (Expression) To Parameter" Refactoring Sep 2011 RoryBec...@gmail.com  
CR_QuickAddReference Replacement for "Add References" dialog which loads quickly. Sep 2011 RoryBec...@gmail.com  
CR_QuickPair Sep 2011 RoryBec...@gmail.com  
CR_ReSharperCompatibility Coderush plugin designed to ease the process of moving from Resharper Sep 2011 RoryBec...@gmail.com  
CR_RegionTabber Jan 24 RoryBec...@gmail.com  
CR_RemoveOuterBlock Provides a new CodeProvider to remove a block of code, whilst leaving the code within it intact. Sep 2011 RoryBec...@gmail.com  
CR_RemoveRegions Refactoring to remove all regions in a file. Sep 2011 RoryBec...@gmail.com  
CR_ReverseBoolean Reverses the logical meaning of a boolean variable without changing program behavior. Oct 2011 RoryBec...@gmail.com  
CR_SettingsMonitor Plugin to reload settings when then are changed, by an external agent. Sep 2011 RoryBec...@gmail.com  
CR_ShouldBeDisposable Sep 2011 RoryBec...@gmail.com  
CR_ShowFile Quickly open a file of the current solution. Feb 2010 travis.illig  
CR_SmartGenerics Enables auto-complete and easy delete of generics operators <> (c# only). Sep 2011 RoryBec...@gmail.com  
CR_SmartQuotes Enables auto-complete and easy delete of single and double quotes. Sep 2011 RoryBec...@gmail.com  
CR_SortLines Plugin for sorting selected lines, optionally by regular expression. Sep 2011 RoryBec...@gmail.com  
CR_StackOverflowIssues Highlights possible stack overflow problems in properties that call themselves recursively. Sep 2011 RoryBec...@gmail.com  
CR_StringFormatter Provides a Tab to Next Reference extension, a CodeIssue and a Builder dialog to aid productivity in the area of String.Format string tokens. Sep 2011 RoryBec...@gmail.com  
CR_StyleCop Integrates StyleCop with CodeRush. Dec 2010 wlodarcz...@gmail.com  
CR_StyleNinja Provides StyleCop style rules for CodeIssues (as hints) Sep 2011 RoryBec...@gmail.com  
CR_SuperSiblingNav Sep 2011 RoryBec...@gmail.com  
CR_SyncNamespacesToFolder Plugin to synchronize all classes' namespaces with folders they reside in. Sep 2011 RoryBec...@gmail.com  
CR_ToDoTabber Jan 25 RoryBec...@gmail.com  
CR_TranslationToolWindow May 4 RoryBec...@gmail.com  
CR_UnitTestsRunClassTests Provides new actions to run or debug tests. Mar 7 RoryBec...@gmail.com  
CR_mdMarkerExtensions CR_mdMarkerExtensions - Alternate navigation commands for CodeRush markers Jun 2010 mark.duc...@gmail.com  
CaseyKramer Author page for Casey Kramer Jun 2010 casey.kr...@gmail.com  
CodeIssueAnalysis Summarises all code issues in a project or solution. Sep 2011 RoryBec...@gmail.com  
CodePlugIn_INotifyPropertyChanged_Property DxCore Code Extension Plug In that implements the INotifyPropertyChanged interface pattern for properties. Sep 2011 RoryBec...@gmail.com  
CollapseXMLComment Collapses an XML comment down to one line. Feb 2010 travis.illig  
DX_BackupSettings Provides an action to Zip up your current DXCore settings. Sep 2011 RoryBec...@gmail.com  
DX_CloseFiles Provides an action/command to close all files except the current one and it's Test equivalent. Sep 2011 RoryBec...@gmail.com  
DX_CollapseFromEnd Provides an additional glyph for collapsing Sep 2011 RoryBec...@gmail.com  
DX_ContextLab Plugin for debugging contexts within DXCore. Apr 2010 travis.illig  
DX_ConvertRegionToPartialClass May 2 RoryBec...@gmail.com  
DX_ConvertToTryParse Replaces the use of Int.Parse with Int.!TryParse Sep 2011 RoryBec...@gmail.com  
DX_CustomCollapse Provides an Action to allow you to collapse (not quite) everything Sep 2011 RoryBec...@gmail.com  
DX_DirectOptions Provides additional methods of accessing some of the CodeRush options pages. Sep 2011 RoryBec...@gmail.com  
DX_FormatOnSave Plugin for automatically formatting code documents when they're saved. Sep 2011 RoryBec...@gmail.com  
DX_GenerateProxy Generates a Proxy class A, of Source class B, without altering B. Sep 2011 RoryBec...@gmail.com  
DX_GuidGen StringProvider to generate a guid Sep 2011 RoryBec...@gmail.com  
DX_InterfaceNav A community attempt to make navigating interfaces a little more simple. Sep 2011 RoryBec...@gmail.com  
DX_LocateInSolutionExplorer Provides an action to locate the current file in the Solution Explorer Sep 2011 RoryBec...@gmail.com  
DX_MoveCode Provides 4 actions to enhance your ability to move code around. Sep 2011 RoryBec...@gmail.com  
DX_NewItem Allows you to add new project items without using the "Add new item" dialog Sep 2011 RoryBec...@gmail.com  
DX_PickFromListStringProvider String provider allowing you to select from a comma-delimited list. Feb 2010 travis.illig  
DX_PluginUpdater May 4 RoryBec...@gmail.com  
DX_RedundantAssignment Provides CodeIssues to warn of assigning a variable to itself. Sep 2011 RoryBec...@gmail.com  
  
Powered by Google Project Hosting