[TxMt] PHP Code Comments

Ciarán Walsh ciawal at gmail.com
Fri Apr 25 12:40:33 UTC 2008


On 24 Apr 2008, at 18:51, Thomas Allen wrote:

> The default block comment in the PHP bundle is:
> /*
>   Comment...
>   Comment...
> */
>
> The industry standard seems to be this:
> /**
> *  Comment...
> *  Comment...
> */
>
> How can I change this in TextMate?

The “industry standard” you mention is used for docblocks, not  
regular block comments. There is the /**⇥ snippet which Takaaki Kato  
mentioned, and also a doc⇥ snippet which inserts some relevant PHPDoc  
data.


More information about the textmate mailing list