We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
E.g., matchesSubString('aaaaaaaaaaaax', 'aaaaaaaaaaaaaaaaaaaaaaaaa') calls _matchesSubString() 38 million times due to the backtracking being done.
This is used for the fuzzy highlighting in QuickOpen. It seems to have been there for some time, not a recent regression.
/fyi @bpasero