如何自动重构我的类以使用它们所在文件夹的默认命名空间?

发布于 2024-10-09 17:31:18 字数 139 浏览 3 评论 0原文

我一直在研究我的项目的结构,我想将我的类的名称空间重置为默认值。即项目的默认命名空间以及层次结构中的每个文件夹。

它并不像查找+替换那么简单,因为我添加并重命名了一些文件夹,并且某些命名空间中的文件被分成了多个其他命名空间。我用的是VS 2010。

I've been playing around with the structure of my project, and I'd like to reset the namespaces of my classes to what the default would be. That is, the default namespace for the project, plus each of the folders in the hierarchy.

It's not as simple as just find + replace, since I've both added and renamed some folders, and files from some namespaces were split into multiple other namespaces. I'm using VS 2010.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

难以启齿的温柔 2024-10-16 17:31:18

不幸的是,我认为这不是 Visual Studio 本身可以完成的事情。

然而,Resharper 似乎正是您所寻找的:

http:// www.jetbrains.com/resharper/features/code_refactoring.html#Adjust_Namespaces

Unfortunately, I think this is not something you can do natively with Visual Studio.

Resharper, however, appears to have exactly what you're looking for:

http://www.jetbrains.com/resharper/features/code_refactoring.html#Adjust_Namespaces

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文