I’ve searched up and down and cant find anything like this.
I’m building a plugin to use ripgrep for search. I’d like to load the results with the same find buffer that sublime’s built in search does, meaning the query is highlighted and double clicking it takes you to that line in the file.
The other plugins that offer search capabilities either open a quick panel or open a flat file with no interactivity. I worry this is because it’s impossible to do what I’m trying to do, but I can’t figure out for sure from the API documentation.
Any ideas? Thanks