Does anyone know of an emacs or (neo-)vim plugin for a "Find in Project"-style sidebar like vscode's?https://code.visualstudio.com/docs/editor/codebasics#_search-across-files …
It's not exactly what you're wanting, but...I use fzf.vim for quick fuzzy searching in a project. For find & replace across files I use a ripgrep plugin to populate the quickfix window, and quickfix-reflector to apply the changes on save