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:
I did it by deleting ".metadata" directory on my main workspace :D
Generally this can be activated by enabling Content Assist. It can be found on Window-Preference->PHP->Editor->Content Assist
php_include_path
. Go to the properties of the project. Then PHP Include Path. Check your .buildpath, try build something like this:
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
<buildpathentry kind="src" path="src"/>
<buildpathentry kind="src" path="vendor"/>
<buildpathentry external="true" kind="lib" path="common-libs/vendor/project-sample/lib"/>
</buildpath>