Eclipse autocomplete is not working for PHP-project
Ok, found the solution! Apparently I had to "Add PHP support" in the properties window of the project. Thanks for all the help though!
Generally this can be activated by enabling Content Assist. It can be found on Window-Preference->PHP->Editor->Content Assist
- Setup your
php_include_path
. Go to the properties of the project. Then PHP Include Path. - If you have any external library add it there too (I use Zend and Kohana).