如何在 Visual C 中禁用代码折叠2010年

发布于 2024-11-25 19:53:00 字数 308 浏览 1 评论 0 原文

有谁知道如何在 Visual C++ 2010 中禁用代码折叠?

在 2008 版本中,我曾经通过取消选中某个复选框来禁用它,但这似乎已被删除。

我试图获取这些 如何永久禁用区域折叠在 Visual Studio 2008 解决方案中完成,但我无法真正摆脱代码折叠,特别是左侧的树节点图形和不适合我的深色配色方案的文本区域颜色。

Does anyone know how to disable code folding in Visual C++ 2010?

In the 2008 version I used to disable it by unchecking a certain check box, but this seems to be removed.

I tried to get these How to permanently disable region-folding in Visual Studio 2008 solutions done, but I can't really get rid of the code folding, in particular the tree node graphics on the left and the text region colors that don't fit my dark color scheme.

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

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

发布评论

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

评论(3

甲如呢乙后呢 2024-12-02 19:53:00

转到菜单栏中的编辑 → 大纲 → 停止大纲。

Go to Edit → Outlining → Stop Outlining in the Menu Bar.

一百个冬季 2024-12-02 19:53:00

Visual Studio 2019 更新

在 VS2019 中,有一个选项可以永久禁用 C/C++ 文件的大纲显示。

对打开的每个文件禁用

主菜单 → 工具 → 选项... → 文本编辑器 → C/C++ → 查看 → 启用大纲 → 设置为 False

将启用大纲选项设置为 False

禁用当前文件

主菜单 → 编辑 →大纲 → 停止大纲

禁用大纲对于当前文件

Visual Studio 2019 Update

In VS2019, there is an option to permanently disable outlining for C/C++ files.

Disable for Every File You Open

Main Menu → Tools → Options... → Text Editor → C/C++ → View → Enable Outlining → set to False

Set Enable Outlining option to False

Disable for Current File

Main Menu → Edit → Outlining → Stop Outlining

Disable outlining for current file

夏九 2024-12-02 19:53:00

谷歌搜索折叠并没有给出太多结果,因为微软称这个功能为“代码大纲”。

此链接包含禁用大纲的简单解决方案:http://blogs.msdn.com/b/zainnab/archive/2010/03/19/turn-off-or-on-outlined-vstipedit0033.aspx

Google search for folding don't give much results, since Microsoft calls this feature "code outlining".

This link contains a simple solution to disable outlining: http://blogs.msdn.com/b/zainnab/archive/2010/03/19/turn-off-or-on-outlining-vstipedit0033.aspx

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