Is it possible to work on remote files in Eclipse?

前端 未结 6 1983
[愿得一人]
[愿得一人] 2021-01-17 21:08

I\'m looking into using Eclipse as a dev environment for PHP projects, but it\'s pretty huge and I\'m not sure where to look for answers. I want to be able to work on remote

6条回答
  •  囚心锁ツ
    2021-01-17 21:54

    I usually develop using remote Eclipse. Use ssh -Y user@server to login and try executing eclipse on that shell, it should open on your computer if you have X properly configured.

    Of course, this Eclipse instance will have access to the remote server files.

提交回复
热议问题