Visual Studio resharper 隐藏了垂直滚动条标记?

Visual Studio vertical scroll bar markers hidden by resharper?

我的 Visual Studio 的垂直滚动条中缺少断点和书签标记。如果我在 Visual Studio 设置中暂停我的 Resharper,那么我可以通过选中 Scrollbars > Show annotations over vertical scroll bar > Show marks.

来启用缺失标记

但是如果我再次启用 resharper,我的标记又消失了。


环境:

您似乎在此处 ReSharper | Options | Environment | Performance GuideDo not show annotations over vertical scroll bar 选项选择了 Fix Silently 值。将其更改为 Ignore 值。

即使我现在不使用 ReSharper 并且我为所有语言启用了选项 Show annotations over vertical scroll bar,条形标记仍然隐藏。

图片-1

解决方案是为我使用的语言(在我的例子中是 C#)启用“在垂直滚动条上显示注释”选项:选项->文本编辑器->C#->滚动条

Image-2