sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.11k stars 1.29k forks source link

Fuzzy finder #62426

Closed fkling closed 5 months ago

fkling commented 6 months ago

... or something that resembles it.

My suggestion would be to try to use the same fetcher/caching logic as the search input, because that should be relatively reusable. If that doesn't work or doesn't provide the same results as the current fuzzy finder we can try to refactor the existing one to decouple it more from React.

### Tasks
- [ ] https://github.com/sourcegraph/sourcegraph/pull/62494
- [ ] Add support for toggle between repo and global (?)
- [ ] Add result count
- [ ] Add empty state
taiyab commented 5 months ago

Follow up to this: https://github.com/sourcegraph/sourcegraph/issues/62673