ApexDoc Formatting Options

Issue #721 resolved
Matt Simonis created an issue

I am looking for a way to change the default ApexDoc formatting after typing /** and pressing enter. I see the ability to configure the JavaDoc comments under Preferences -> Editor -> Code Style -> Java -> JavaDoc (tab), but no way to configure the ApexDocs in a similar way.

We use ApexDoc style comments in our product, and have been using a standard (see below) for a while now. It would be great to be able to format the default to match our style, so we don't have to change it every time it gets auto-completed.

Current: Screen Shot 2017-10-03 at 08.20.07.png

Desired: Screen Shot 2017-10-03 at 08.20.26.png

Comments (3)

  1. Scott Wells repo owner

    Matt, there aren't currently any formatting options for ApexDoc. I do plan to add them soon to the Apex formatter. I'll use this enhancement to track that work. Thanks for logging it!

  2. Scott Wells repo owner

    Delivered in 1.8.0.5. Note that the formatter options are only used when the header comment is generated. Right now bulk reformatting of existing comments according to config changes is not supported.

  3. Log in to comment