ide - Why doesn't code insight in PHPEd work with the Zend Framework? -
I am currently working with and used as my preferred PHP editor. I have already seen that IDE can detect my own functions and libraries and display them in insights of code. How do I add a library of Zend Framework for code insights?
They are loaded with an internal autoload function of the Zend framework, so PHPEd can not find those points where they are included and they are not shown in the list of functions. Do PHPEd always have the possibility to tell Z Framework functions and classes to show code insights?
OK, after finishing NuSphere for the third time, it finally works. I have no clue why ...
Comments
Post a Comment