How to change background color of active line in Visual Studio Find Results Window?

后端 未结 4 1060
梦毁少年i
梦毁少年i 2021-01-20 18:10

I just switched to a dark theme in Visual Studio and can\'t find the setting for changing the background color of the currently active line in the Find Results Window. The o

相关标签:
4条回答
  • 2021-01-20 18:42

    You can install Visual Studio Productivity Power Tools Extension which has the capability to highlight the line in which the cursor is currently postioned. You can change the highlight line color by going into Tools > Options > Environment > Fonts and Colors > Current Line(Extension)

    Visual studio Productivity power tools also has many great functionalities. Check it out.

    0 讨论(0)
  • 2021-01-20 18:49

    Change the settings for Current List Location. That'll solve it.

    enter image description here

    0 讨论(0)
  • 2021-01-20 18:56

    I ended up changing the color of Plain Text to black and the background to gray. That made everything readable while still keeping the background pretty dark.

    Ultimately the original question remains unanswered, but the workaround is fine.

    0 讨论(0)
  • 2021-01-20 19:02

    Do you have the Power Productivity Tools extension installed? If so, it's likely the Highlight Current Line extension causing the problem. For some reason the Find Results pane doesn't respect your selections in the Fonts and Colors dialog for the Current Line (extension) and Current Line Inactive (extension) settings.

    The only way I've found to fix the issue is to turn that extension off. Tools->Options...->Productivity Power Tools->All Extensions->Highlight Current Line->Off. Of course, doing this removes the benefits of the extension in the code editor window. Seems like a bug.

    0 讨论(0)
提交回复
热议问题