Show HN: Smol vsc*de plugin to find in all open files via native search
1 fperson 0 5/15/2025, 7:13:13 PM github.com ↗
i was programming,- implementing zoom, when i realized! the quickest way to find the piece of code i'm lo_oking for would be to search in the open tabs (of which i usually have many when working on large projects, but i can see them all because i set `workbench.editor.wrapTabs` to `true` in settings), but vscxode didn't have any built-in way to do that, so i created a smol extension that pre-fills the native search field of "find in files" & focuses the text input.
the typescript of the implementation is just 52loc & can be read on https://github.com/f-person/vscode-search-in-open-files/blob... in case of curiosity.
lalala la la
No comments yet