Enabling PHP Code Assist for different PECL extensions in Eclipse -
i'm using few pecl installed extensions in php environment. developing eclipse , useful have eclipse's code assist / auto-completion support these extensions. procedure worked quite solr extension:
- i additionally downloaded latest solr-php pecl sources , put them separate folder.
- i added folder "external folder" 1 of user libs (prefrences -> php -> php libraries).
- i added user lib project's php include path (properties -> php include path -> libraries -> add library)
- i had new classes/methods available in editor's auto-completion.
the problem is: doesn't seem work extensions. e. g. extension adding mongodb support php. why that?
comparing folders' contents notice mongo extension missing php file docs/documentation.php (which contained in solr extension). whereas relevant *.h , *.c files available.
do have generate file(s) myself?
thanks in advance hints, cheers!
after posting question @ mongodb's user group got link containing *.php doc files mongo php driver, solved problem after including them in eclipse/pdt environment.
a generate.php script offered pdt project, new link given @ss333 below.
Comments
Post a Comment