Search code examples
phpeclipseoxid

OXID eShop - Autocompletion in Eclipse


I want to use Eclipse Kepler to handle my OXID eShop project.

Until now i can't figure out how to setup my php-project so that the oxid classes are used for auto.completion/suggestion.


Solution

  • Ok, after some tries i figured it out

    1. disabled "automatic build"
    2. clean project
    3. add "application" to include path
    4. enable "automatic build"
    5. let the project build
    6. enjoy autocomplete