liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 257 forks source link

Upload Files Found As A Result of Find In Files #834

Open FastieSystems opened 3 years ago

FastieSystems commented 3 years ago

Is this a similar or duplicate feature request?

Is your feature request related to a problem? Please describe.

Describe the solution you'd like It would be helpful if the files found (search results) after a Find In Files operation could be uploaded. The purpose is to upload a group of files found as a result of sharing some common attribute or text. For example, if I modified the syntax of a function call that was made from 15 files, I could search for the new syntax and, having found those 15 files, upload them all at once.

Describe alternatives you've considered When I need this feature, I use a different editor that has it. However, that editor does not support SFTP or FTPS, only FTP.

A possible alternative has been suggested here (#778), which is uploading all files currently opened in tabs. That is a bit more cumbersome than publishing all found files.

Does this project help you?