如何更改缩进指南的线条样式?

How can I change the line style of the indent guides?

Visual Studio 2017年自带built-in support for indent guides:

Indent Guides ­– dotted, gray vertical lines act as landmarks in code to provide context within your frame of view. You may recognize these from the popular Productivity Power Tools.

这是演示此操作的屏幕截图:

我用了Steve Dower's Indent Guides extension很多年了,它支持改变线条样式:

是否可以在 VS 2017 中更改线条样式?我查看了选项,但找不到任何相关内容。

据我所知,不幸的是,除了使用不同的扩展名之外,没有办法做到这一点。如果你使用 ctrl+Q 搜索(仅供参考,ctrl+Q 是一个很多人都没有注意到的很棒的功能),然后搜索 "guide" 你将只看到 returns 一个配置选项:

文本编辑器 -> 常规 -> 显示结构指南

显然,您所能做的就是打开或关闭它并更改线条的颜色。这可以通过转到环境 -> 字体和颜色并查找 "Structure Guide Lines."

来完成