New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Highlight the regex matching part of the line in the candidates #1147
Comments
There's highlighting in both places by default. Unless I misunderstood what you're saying. |
Through trial and error it seems the following is the culprit: (setq ivy-re-builders-alist Removing |
It's a bug then. I only use |
Actually, I just checked and it seems commenting out either |
Please give me a reproducible scenario with |
With the following settings:
Use swiper and search for a string. incremental highlighting is shown in the visible buffer, but there is no highlighting of any sort in the minibuffer. |
Thanks, please test. |
Works now, thanks! |
Similar to how there's (incremental) highlighting for candidates for Ivy/Counsel. For a specific example, I wanted to replace ag with ripgrep so I do a search in my init.el for "ag". Needless to say, I am getting tons of candidates. If the regex matching part of the string in each line is highlighted, it would be far easier to parse each line to see if it's what I'm looking for, rather than reading each line from left to right trying to find all instances of ag.
The text was updated successfully, but these errors were encountered: