The Windows file picker can do it, so we should too. Typing in the filename field should automatically find files with related names and suggest them.
- Could use the fuzzy picker for this (
src/fuzzy.rs) or prefix matching
- The suggestion panel should be a floater (
attr_float) attached to the filename

The Windows file picker can do it, so we should too. Typing in the filename field should automatically find files with related names and suggest them.
src/fuzzy.rs) or prefix matchingattr_float) attached to the filename