如何使用 ReSharper 清理 .Designer 文件?

发布于 2024-10-18 10:21:17 字数 47 浏览 2 评论 0原文

代码清理选项在 .Designer 文件中不可用。有没有任何选项可以启用此功能?

Code Cleanup option isn't available in .Designer files. Is there any option to enable this feature?

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

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

发布评论

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

评论(2

所有深爱都是秘密 2024-10-25 10:21:17

ReSharper>中的生成的文件掩码区域中删除*.Designer.cs和/或*Designer.vb选项选项>代码检查>生成的代码

不过,清理它们时要小心,因为在某些情况下这样做可能会导致代码无法编译。

Remove the *.Designer.cs and/or *Designer.vb option from the Generated file masks area in ReSharper > Options > Code Inspection > Generated Code.

Be careful with cleaning them up, though, as in some cases doing so might render the code uncompilable.

情定在深秋 2024-10-25 10:21:17

为什么需要这个,您经常使用 .designer 文件检查代码?我认为主要原因是每次更改并保存控件、页面等时都会重新生成这些文件。

Why do you need this, you are often examining code withing .designer files? I believe the main reason is the fact that these file are regenerated every time you make change and save the control, page etc.

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