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
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.