My eclipse has no PHP core code completion functionality. I tried with new downloads, no chance.
How to add the Php Language Library?
edit to add: this occurred on an existing project which was messed up in the beginning
My eclipse has no PHP core code completion functionality. I tried with new downloads, no chance.
How to add the Php Language Library?
edit to add: this occurred on an existing project which was messed up in the beginning
Copyright © 2021 Jogjafile Inc.
Enabling the validation didnt work for me. I fixed it by ensuring that I have a
.buildpathfile in my project's root folder. the file looks like that:specifically adding this part does the job.
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>I wasn't able to find a UI based solution (even with 3-20) - directly modifying the file worked for me