Get Netbeans to Auto-suggest Zend Framework components
问题 I've recently installed ZF, and haven't had any issues using it, however when I'm working in Netbeans, I'd like for it to recognize and suggest ZF components. For example, when I type: $config = new Zend_ I want it to auto-complete or suggest: Zend_Registry Or when I try to use: Zend_Registry::getInstance(); I'd like for Netbeans to auto-suggest getInstance and recognize documentation for it. I figure it has something to do with including the library inside the application, but I'm not sure