Is there a way to make the Auto-Complete in Aptana 3 work with the .phtml files in Zend FrameWork, it work fine with the files .php but not with .phtml?

link|improve this question
feedback

1 Answer

You can add the file type and associate it with an editor.

Goto Window->Preferences->General->Editor->File Association.

  1. In the File Types section, click [Add...] and enter *.phtml.
  2. Select the file type that you just added.
  3. In the Associated Editor section, click [Add...]. Select the PHP source editor.
link|improve this answer
It is already done, but no auto-complete yet. – user974207 Nov 24 '11 at 20:49
1  
Have you also added the Zend Framework to Aptana Studio->Editors->PHP->Libraries? – Richard Ayotte Nov 24 '11 at 21:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.