espruino / EspruinoWebIDE

The Espruino Web IDE - A Chrome Web App for programming Espruino
Apache License 2.0
367 stars 158 forks source link

Feature request: type to find files in storage #276

Open thyttan opened 1 year ago

thyttan commented 1 year ago

In addition to scrolling through the storage contents it would be nice if it was possible to type to find files as well.

My ideal flow would be:

  1. Enter the Storage browser window,
  2. start typing on the keyboard,
  3. the closest match to the input is immediately highlighted/centered, continually updated while I type.

I imagine matching is only done starting at the beginning of the file name.

gfwilliams commented 1 year ago

That's a nice idea - we could have a search box right at the top that gets given focus when the window is created.