SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
546 stars 36 forks source link

[Feature Request] Find in Folder #190

Closed playcock closed 4 years ago

playcock commented 4 years ago

I would like the ability to use the "Find in Folder" vscode feature with SSH FS.

Currently, I can find a string in the folder if I have the file open, but I just want to see all files that match the string without having to have the files open in my editor first. image

Thank you!

SchoofsKelvin commented 4 years ago

Duplicate of #2

While I'm still considering implementing a search provider, it would be tricky to make it work for all servers, while also being highly inefficient. I also suggest checking out VSCode's Remote SSH.