Highlighting makes code unreadable when searching with VsVim
Asked Answered
G

1

7

I've been using VsVim for a while and I have been pretty happy with it. However, the one thing that has been annoying me is the highlighting of text when I do any kind of search in VsVim such using * or the standard search with /.

I've spent hours trying to change the fonts and colors in the Visual Studios options menu, but I haven't found a way to change the color scheme. Below is a picture with the highlight text. Any help on this matter would greatly improve my productivity.

search highlight making code unreadable

Guilbert answered 29/7, 2014 at 1:49 Comment(0)
L
9

Unfortunately there is a bug in the handling of fonts / colors in Visual Studio that makes it impossible to change the highlight color in VsVim through the standard Fonts and Colors options page. The most recent version of VsVim (1.7.0) added a custom color menu to its option page which allows for this, and a few other, colors to be changed

Just go to Tools -> Options -> VsVim

enter image description here

Lizalizabeth answered 29/7, 2014 at 14:54 Comment(2)
The new version's color options page was able to fix my problem. Thank you. Also, thank you for maintaining VsVim, it makes using Visual Studio so much easier.Guilbert
I also had to run :set hlsearch to get the search results to actually highlight.Continuate

© 2022 - 2024 — McMap. All rights reserved.