I have been using Eclipse Kepler along with PDT tools on local system to manage PHP projects and its turned out to be a better choice for me then the other editors around. Only problem I've found in this environment is that content assist is only available when you open a file residing in the workspace.
Now my problem, I am assigned to work on a PHP Project which is on another system on the local LAN network. Is there any way I can add that project folder to eclipse? so that I can directly edit and save the files on the remote system?
Things I can't look into for various reasons
- Using a version control system
- Copy source files to local system work on them and then upload it (kinda have to add the remote files to the local eclipse project).
- Do any modifications on the target system for my convinence eg. Adding an FTP server.
Thanks