1

How can I add code intelligence for Zend library in Komodo?

Thanks

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
user1083320
  • 1,836
  • 8
  • 22
  • 29

1 Answers1

1

There is an add-on for this that was included with Komodo Edit 5.x by default. The source can be downloaded and packaged into an XPI using the following commands:

git clone https://github.com/Komodo/KomodoEdit/tree/master/src/modules/zendframework zendframework

cd zendframework

zip -Dr zendframework.jar content skin raw pylib project-templates test
zip -Dr zendframework.xpi zendframework.jar install.rdf chrome.manifest
Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265