本文介绍了在 Visual Studio 2015 中实现接口时自动用 #region 包围生成的代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道在 Visual Studio 2013 及以下版本中,有一个选项可以使用 #regionTools > 中打开/关闭自动包围生成的代码.选项 >文本编辑器C# >高级>用 #region 包围生成的代码,但该选项似乎在 Visual Studio 2015 中被删除了...

I know that in Visual Studio 2013 and below there is an option to turn on/off automatic surrounding of generated code with #region at Tools > Options > Text Editor > C# > Advanced> Surround generated code with #region, but that option seems to be removed in Visual Studio 2015...

有没有办法重新打开它?

Is there a way to turn this back on?

推荐答案

您可能需要查看 CodeMaid 在 Visual Studio 库中.根据描述:

You may want to look into CodeMaid at the Visual Studio Gallery.According to the description:

重新组织 C# 文件中成员的布局以遵循 Microsoft 的 StyleCop 约定或您自己的偏好.自动生成要匹配的区域.按需运行或在清理过程中自动.

据我所知,这可能会为您提供所需的功能.

From what I can tell, this may give you the feature to want.

这篇关于在 Visual Studio 2015 中实现接口时自动用 #region 包围生成的代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 12:23