Code Completion not working with remote file (with RSE)

前端 未结 3 763
轮回少年
轮回少年 2020-12-30 15:11

What is:

On Host machine:
Windows 7 Eclipse for PHP Developers
Version: Helios Service Release 2

On guest machine: Linux debian squeeze

I wan

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 15:55

    When using RemoteSystemExplorer, there is a hidden project "RemoteSystemExplorer" in your workspace.

    Close eclipse first. I have edited the .project file there and added the line:

    org.eclipse.php.core.PHPNature

    within the Tag . And added the file .buildpath with the following content:



        
        

    Starting eclipse and php autocompletion is working. I have done this workflow with "eclipse Kepler".

提交回复
热议问题