SchoofsKelvin / vscode-sshfs

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

Is there a way to use code navigation along with SSHFS? #153

Closed YaboLee closed 5 years ago

YaboLee commented 5 years ago

I find when I browse/edit files remotely, there is no originally enable extensions like code navigation and auto-format. Is there a way to config it or fix it?

I think it may be a problem for vscode itself?

SchoofsKelvin commented 5 years ago

It's not really an issue caused by this extension. It's just that other extensions don't know how to handle remote filesystems, along with the fact that vscode also doesn't provide any API to help with that.

More info can be found here: #42