Support phpDocumentor comment style

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
kkaefer
Posts: 3
Joined: Tue Feb 21, 2006 9:39 pm

Support phpDocumentor comment style

Post by kkaefer »

Hello,

it would be great if Rapid PHP (and the other applications as well) would support the phpDocumentor comment style. That means, that if you open a comment with /** (notice the two asterisks), it automatically places <space>*<space> in front of the next line so that you don't have to type these automatically.

A phpDocumentor comment looks like this:

Code: Select all

/**
 * Short description
 *
 * Long description
 *
 * @param value
 */
This comment style is widely spread because the phpDocumentor can automatically create documentations from the source code.

See also http://phpdoc.org/ for further information on this subject.

Regards,
Konstantin KƤfer
Post Reply