2

If you do a standard PhpStorm/IntelliJ search Ctrl+F, you will see instances represented by yellow "notches" on the right hand side scroll bar:

PhpStorm Find Shows Each Search Instance in Scrollbar Area

but when I do the same search using IdeaVim's search /, I don't get the yellow notches:

IdeaVim doesnt show notches

Does anyone know how to get the sidebar notches to show using Vim's traditional search?

Thank you in advance!

cre8value
  • 295
  • 3
  • 12
  • To be honest, not sure that there is an option for this. However, it sounds like a nice feature request: https://youtrack.jetbrains.net/newIssue?project=VIM&c=Type%20Feature – duck_in_hat Aug 16 '19 at 16:39

1 Answers1

2

Check that the Search Results | Text search result colour option has the Error stripe mark value checked. IdeaVim uses this to show the stripe on the scroll bar, and doesn't show anything on the scroll bar if it's unchecked.

Options showing the text search results value

However, the standard Ctrl+F find results will "fall back" to creating error stripes with the background colour.

I've raised an issue (VIM-1773) to get the same behaviour in IdeaVim.

citizenmatt
  • 18,085
  • 5
  • 55
  • 60