Eclipse autocomplete is not working for PHP-project

前端 未结 9 2222
眼角桃花
眼角桃花 2021-02-18 23:17

My Eclipse doesn\'t use auto-complete... My colleague get a whole list of suggestions by just typing some letters and I get nothing...

The Eclipse version I use is:

9条回答
  •  醉话见心
    2021-02-18 23:44

    I can try ALL answers (from this and others threads), only work for me delete (or rename for backup) .metadata folder on workspace folder

    1. Close eclipse
    2. mv .metadata .metadata_older
    3. Start eclipse (clean start wrokspace of eclipse, none project are listed)
    4. Import from workspace your project
    5. Eclipse rebuild and refresh works (several project settings are lost!!!)
    6. Autocompletion, follow code, etc now work.

    This isn't the ideal solution, but is the ONLY solution for me, I migrated from eclipse 3.6 to 4.4 in one step, and PHP support is gone, only highlight code are working until delete .metadata folder.

    Ubuntu 12.04 LTS 64 Java 1.7 ORACLE

    Thanks.

提交回复
热议问题