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
Post a Comment