[TxMt] PHP Code Comments

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


On 25 Apr 2008, at 15:22, Moshe Weitzman wrote:

> 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.

The doc⇥ snippet I mentioned below does this. All the doc_* snippets  
are deprecated in favour of using doc⇥ (for everything).

> 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
>>
>
> ______________________________________________________________________
> 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