Re: [Komodo-beta] Problems with AutoComplete for parent class in PHP
by Jeff Griffiths other posts by this author
Mar 5 2008 2:14PM messages near this date
view in the new Beta List Site
[Komodo-beta] Problems with AutoComplete for parent class in PHP
|
Re: [Komodo-beta] Problems with AutoComplete for parent class in PHP
JB wrote:
> I've not getting the AutoComplete or CallTips for methods or vars from
> the parent class, only method in the current class / file.
>
> When I use parent:: I get the following message,
> "No completions found ( warning could not resolve first part of
> 'AkActionController')"
>
> When I use $this-> I only get the methods from the current class.
>
> Komodo IDE, version 4.3.0-beta2, build 15465, platform win32-x86.
> Built on Wed Feb 27 16:35:58 2008
>
> ~JB
What file is 'AkActionController' defined in? Is that file in the
current project?
Komodo's autocomplete system need to know about the parent class in
order to consider it. One easy way is to use the Komodo project system
and make sure the file containing the parent class is iether in the
project, or that you have added the folder containing the class file to
the Project Preferences at
Right-click on Project / Properties / Languages / PHP
from here, browse to and add the directory containing the file. Note
that Komodo will scan directories recursively, so for example if you are
developing using some framework or library it would be best to add the
root directory of the Framework.
cheers, Jeff
_______________________________________________
Komodo-beta mailing list
Komodo-beta@[...].com
http://listserv.ActiveState.com/mailman/listinfo/komodo-beta
Thread:
Jb
Jeff Griffiths
Anton Visser
|