I am writing a code completion plugin for a PHP library in Java / Netbeans Platform. I need to find a way to obtain a reference to one of the PHP modules so I can interpret part of the source, anyone experience with this kind of problem?
- How do I obtain a reference to the PHP module (for code completion plugin module)
- What is the recommended approach to integrate a code completer with PHP module on the NetBeans platform?
Cheers and thanks in advance Gabor