Code Completion not working with remote file (with RSE)

前端 未结 3 773
轮回少年
轮回少年 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:47

    Solution:

    1) Close Eclipse.

    2) Go to project path.

    3) Open ".buildpath" with text editor (gedit, VIM, notepad, etc).

    4) Add next line after "buildpath" line:

    
    

    Example:

    Before:

    
    
        
        
        
    
    

    After:

    
    
        
        
        
        
    
    

    5) Save file and exit!

    6) Open Eclipse.

    7) WORK!

提交回复
热议问题