visual-studio - 如何隐藏滚动条上的灰点

标签 visual-studio visual-studio-2017

Visual Studio 2015/2017 ,我们如何隐藏Vertical Scrollbar的灰点如下图?

enter image description here

最佳答案

如果您试图隐藏由“建议”(而不是书签)引起的灰点,那么这是针对该问题的特定设置。
Tools --> Options --> Environment --> Fonts and Colors
选择 Suggestion ellipses (...)并设置 Item foregroundAutomatic
enter image description here

请注意,这将导致您的代码中的建议省略号(下图中 timer1 下的 3 个小点)也不可见。

enter image description here

关于visual-studio - 如何隐藏滚动条上的灰点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45620794/

相关文章:

c++ - 将控制台应用程序的输出直接输出到 Visual Studio 而不是外部 Windows 控制台

sql - 在部署时将大量数据导入 SQL Server (Express) 数据库

c - VS 2010 中的枚举大小选项

msbuild - TeamCity C# 编译错误 : Invalid expression term 'int'

android - VS2017/Xamarin.Android : VS thinks it's still debugging after the emulator is closed

c# - .NET Core 应用程序调试错误 : "Unable to set the next statement. This file does not exactly match the original version."

visual-studio - 一旦调试开始,Visual Studio 就会从应用程序中分离

c++ - 在 VS 中编译程序,无需任何外部运行时 dll

visual-studio - 是否有免费的 Visual Studio 插件可以从记录异常的方法中生成 try/catch block ?

visual-studio-2017 - VS2017 中的 "Initialize interactive with project"