3

Resharper has Adjust Namespaces which allows you to correct the namespaces of all files in a folder, project, or solution.

Is there a feature or plugin available for CodeRush/Refactor that is comparible to Resharper's Adjust Namespaces feature.

dr.
  • 1,429
  • 12
  • 18

1 Answers1

5

There is no built in equivalent feature at the current time.

However there is a rich ecosystem of plugins for CodeRush, which includes CR_SyncNamespacesToFolder

This would seem to provider the feature you're looking for.

Rory Becker
  • 15,551
  • 16
  • 69
  • 94
  • Thanks. I didn't see this on the community plugin site. I should have looked in the Wiki. – dr. Oct 09 '12 at 21:39
  • Off the top of my head there should be 2 Refactorings with this plugin. 'Synchronize to Folder Name' will only affect the current file. However 'Synchronize to Folder Names' should affect all files in the active project. – Rory Becker Oct 10 '12 at 19:30