jacobdufault / vscode-fuzzy-search

24 stars 6 forks source link

highlight selected line #1

Closed ctf0 closed 5 years ago

ctf0 commented 5 years ago

atm its kinda hard to know which line is selected from the ext list when found candidates are near to each other, so it that possible to highlight the line of the selected candidate ?

jacobdufault commented 5 years ago

This is part of your color theme. I use Quiet Light which highlights the active line.

ctf0 commented 5 years ago

i was hoping to have a similar effect of the native search without the need to have the selected line highlight activated in the whole editor.

jacobdufault commented 5 years ago

Unfortunately we don't know what part of the string we're matching against, so the only real option is to highlight the entire line. If there was a custom filtering code then this would be feasible to implement.