Netbeans module development: How to get a list of all namespaces in the current project? -


I am developing a Netbeen module for PHP code special code completion features. I am very familiar with Java development.

My question is: Which Netbeans API provides information about existing loaded projects (namespaces, classes ...), and how can I use this API?

For example: I want to show a list (to complete the code) with all the sections of a different namespace, even if the files are in different folders.

If you have posted on dev@platform.netbeans.org You will get a better chance to get the answers - A mailing list for NetBeans plugin authors / RCP app developers


Comments