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:

  1. i additionally downloaded latest solr-php pecl sources , put them separate folder.
  2. i added folder "external folder" 1 of user libs (prefrences -> php -> php libraries).
  3. i added user lib project's php include path (properties -> php include path -> libraries -> add library)
  4. 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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -