Add 'Fuzzy Match' toggle to tree find widget (#116286)#164376
Add 'Fuzzy Match' toggle to tree find widget (#116286)#164376joaomoreno merged 17 commits intomicrosoft:mainfrom
Conversation
|
/assign @joaomoreno |
|
@lramos15 you might have an opinion about this. |
It's also a bit weird that this doesn't work the way the editor does so we're overloading the behavior of the same icon which can be a bit confusing. I understand this is trying to do contiguous matching vs non-contiguous matching, but in the editor that button actually looks for separate words instead. I'll leave it up to @joaomoreno since this affects the whole tree |
|
@lramos15 good point. Looks like I should use the Perhaps also let users set the default state of the toggle like they already can for the filter/highlight toggle. |
|
I have changed the icon and added a |
|
Can this be considered for merging before endgame? |
|
This wasn't working if the substring was found at position zero, pushed a fix. Thanks for the PR, and apologies for the delay @gjsjohnmurray! Happy new year! 🍻 |
This PR resolves #116286 by adding a
'Match Whole Word''Fuzzy Match' toggle button to the tree find widget.(icon updated after feedback)

This is particularly useful in filter mode.