Sublime Forum

Would like a project to open multiple remote files

#1

So am using Sublime, love it BTW, to work on multiple remote files. Of course they’re in different directories. Is there anyway to get the project to open them all for me?

Thanks

0 Likes

#2

You can add multiple folders to a project. Either go to “Project > Add folders to project…” or edit the JSON directly.

0 Likes

#3

Well I can add a folder from my local PC (Windows), but can’t I add a folder from my remote Linux server? Is there a way to do that?

0 Likes

#4

Is your Linux server (safely) using Samba? If you can navigate to the file in Windows Explorer (\\server\share\path), you should be able to use it in Sublime.

If access to the remote server is only over SSH, you could try something like sshfs to map remote locations to a network drive, but I have not tested it.

0 Likes