Visual Studio: Is there a “move class to different namespace” refactoring?

前端 未结 9 1543
太阳男子
太阳男子 2020-12-20 12:17

I\'m doing some architectural cleanup that involves moving a bunch of classes into different projects and/or namespaces. Currently I\'m moving the files by hand, building, a

9条回答
  •  执笔经年
    2020-12-20 12:47

    With Resharper: CTRL+R+O

    Then press the down arrow key twice to select Move Type To Another Namespace.

提交回复
热议问题