You can type /** and tab. It's PHPDoc. See inside ofthe PHP bundle.
On Apr 25, 2008, at 2:51 AM, 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?