Sublime Forum

How can I insert comments too for PEAR standard in PHP?

#1

So I’m running PHPCS and PHPMD with Sublime and I was wondering if there is a way to have classes insert all the required inline documentation required by PEAR.

For example:

[code]/**

Also, I know in Eclipse for Java, when you create comments with /*, every time you hit the return key, it will automatically begin the line with a asterisk. Is there a way to do this for PHP too since it will come in handy for PEAR standard?

0 Likes

#2

我说中文。我想我遇到的相同的问题。

0 Likes

#3

FileTemplates Plugin


STProjectMaker Plugin
github.com/bit101/STProjectMaker

0 Likes