需要帮助Visual Studio的宏来取消文件打开时的概述

时间:2021-11-07 01:32:51

As you can guess from the title, the outlining with regions finally made me sick.

你可以从标题中猜出,与地区的概述最终让我感到恶心。

I remember reading in comments somewhere that it is possible to have a macros to perform this task. Since I haven't ever written a single macros fro VS, I ask for community assistance.

我记得在某处的评论中读到可以使用宏来执行此任务。由于我从来没有为VS编写过单个宏,所以我要求社区帮助。

How?

1 个解决方案

#1


For VB,

Tools –> Options –> Text Editor –> Basic –> VB Specific –> Enter outlining mode when files open.

工具 - >选项 - >文本编辑器 - >基本 - > VB特定 - >在文件打开时输入大纲模式。

For C#,

Tools –> Options –> Text Editor –> C# -> Advanced -> Enter outlining mode when files open.

工具 - >选项 - >文本编辑器 - > C# - >高级 - >打开文件时输入大纲模式。

For C/C++,

Tools –> Options –> Text Editor –> C/C++ -> Formatting -> Enter outlining mode when files open.

工具 - >选项 - >文本编辑器 - > C / C ++ - >格式化 - >打开文件时输入大纲模式。

#1


For VB,

Tools –> Options –> Text Editor –> Basic –> VB Specific –> Enter outlining mode when files open.

工具 - >选项 - >文本编辑器 - >基本 - > VB特定 - >在文件打开时输入大纲模式。

For C#,

Tools –> Options –> Text Editor –> C# -> Advanced -> Enter outlining mode when files open.

工具 - >选项 - >文本编辑器 - > C# - >高级 - >打开文件时输入大纲模式。

For C/C++,

Tools –> Options –> Text Editor –> C/C++ -> Formatting -> Enter outlining mode when files open.

工具 - >选项 - >文本编辑器 - > C / C ++ - >格式化 - >打开文件时输入大纲模式。