I get code completion in Vim with ctags-exuberant.  In fact, any editor that
understands ctags-exuberant tag file can have code completion.  I believe 
TextMate
can use tag files.

Just issue

ctags-exuberant -h ".php, .ctp" -R --PHP-kinds=+cf --tag-relative 
--langmap=PHP:.php.ctp

inside a cake directory

It should output a file called tags.  Vim will spot this when you start
it in that directory.  If not in vim's command mode just run :set
tags=/full/path/to/you/tags

Now when writing code begin typing some cake function and while in edit
mode hit Ctrl+X Ctrl+O and you'll get a drop down of all the cake
function that match what you've typed.

I've just created a tags file that will work if you place it in the
upacked root of a fresh, as of right now, cake release.  Download at
http://blog.rjmolesa.com/cakephp_1.2.4.8284.tags and rename to tags.

Enjoy!

*On Thu, Aug 06, 2009 at 01:12:40PM -0700 pomares 
<[email protected]> wrote:

> Date: Thu, 6 Aug 2009 13:12:40 -0700 (PDT)
> From: pomares <[email protected]>
> Subject: Re: CakePHP Editor/IDE
> To: CakePHP <[email protected]>
> 
> 
> I use Coda. No code autocompletion specific to CakePHP as far as I
> know on any IDE. If there is, I would love to find out about it.
> 
-- 
Jon Molesa
[email protected]
if you're bored or curious
http://rjmolesa.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to