Sublime Forum

Debounce Goto Anything type in

#1

Hi,

It would be nice to debounce the typing in inside the Goto Anything so that it searches only when the user has finished typing. AT the moment it looks like it it searching after each letter input and that takes a while when the project has a huge amount of files. Is there a setting for it already included that I’m not aware of?

Thanks

1 Like

#2

This is the debounce behaviour I’m looking for https://davidwalsh.name/javascript-debounce-function

2 Likes