Allow configuration of the ApexDoc template so that other tags can be included based on the underlying type

Issue #1610 new
Kris Goncalves created an issue

Currently, I believe there’s support for the following tags to be created on “/**” for the default ApexDoc template.

  1. param
  2. return
  3. description

It’d be great to also have the following tags included on this default template

  1. date - based on the current date.
  2. author - based on the username either set in the settings or if the info is available in the IDE

Comments (11)

  1. Scott Wells repo owner

    Just to clarify, this isn't a request for auto-completion of @Author and @Date but rather being able to include them in the default ApexDoc template for certain types of declarations, correct? Because auto-completion should already be available for both of those during standard editing of an ApexDoc comment.

  2. Kris Goncalves reporter

    Yes. Sorry for the confusion. I’ve edited it to hopefully make it clearer. I’m looking to have it create those 2 tags on the initial template when you type in “/**”.

  3. Scott Wells repo owner

    Thanks. I've also updated the issue summary just for my own clarity when I return to this...

  4. Log in to comment