Search code examples
intellij-ideavimphpstormideavim

IdeaVim in PhpStorm - Sidebar "Notches" for Search Instances?


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!


Solution

  • 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.