A ripgrep extension for Visual Studio Code to mimic Telescope in Neovim, in the command palette
- Use ripgrep as normal
- Bind livegrep to a keyboard shortcut using the vscode shortcut command
livegrep.search
- Make workspaces with multiple folders supported
- Add livegrep.searchCurrent to search the current folder
- Fix bugs
- Bundle ripgrep binary for windows, linux and macOS in extension
- Dynamically changing list when typing search term
- Search term in quotes for exact match
- History list to view 10 previous search terms and search result
- Initial release