php - In Komodo IDE, is it possible to tell a file what's included in it so that IntelliSense works? -


file includes files b , c.

c has access stuff defined in , b, c doesn't know that. how can tell c has access intellisense works?


perhaps more clear example:

if master.php includes library.php , page.php page.php has access library.php, there's no way page.php know that. want manually tell page.php library.php included, , have komodo save in meta data or project file.

the basic answer that, depending on komodo settings, automatically gather (though in experience it's not 100% reliable). can set directories automatically import intellisense in ide settings. 2 places check:

go edit->preferences->code intelligence in komodo ide , make sure 'include files , directories project base directory'

go edit->preferences->languages->php , add other directories import zend framework, instance.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -