[TxMt] PHP Code Comments

Moshe Weitzman weitzman at tejasa.com
Fri Apr 25 14:22:45 UTC 2008


If you press the enter key instead of return, you will be able to
easily add new params and so on.

The doc improvement i'm hoping for is for the doc_fp snippit to
automatically add @param items for each function/method parameter. It
can  regex out the number of params and their names.

On Fri, Apr 25, 2008 at 9:17 AM, Thomas Allen <thomasmallen at gmail.com> wrote:
> Neither of those options will print a new "  * " for each line, making it
> tedious to add more @params, etc. Is there a way to have TM insert that bit
> with every line in these blocks?
>
>  2008/4/25 Ciarán Walsh <ciawal at gmail.com>:
>
>
> >
> >
> > 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.
> >
> >
> >
> > ______________________________________________________________________
> > For new threads USE THIS: textmate at lists.macromates.com
> > (threading gets destroyed and the universe will collapse if you don't)
> > http://lists.macromates.com/mailman/listinfo/textmate
> >
>
>
>
>  ______________________________________________________________________
>  For new threads USE THIS: textmate at lists.macromates.com
>  (threading gets destroyed and the universe will collapse if you don't)
>  http://lists.macromates.com/mailman/listinfo/textmate
>


More information about the textmate mailing list