Skip to content

Implement doc comment generator

Right now, doc comments are fully hand written. We should implement doc comment auto generation (either as hotkey/context menu function and/or as an AutoEditStrategy).

Doc comment skeleton should be generated for the following elements:

  • altstep definitions
  • constant and variable definitions
  • function definitions
  • type definitions
  • module parameter and module template parameter definitions
  • port definitions
  • timer definitions
  • test cases
  • template definitions
  • module names
  • groups
  • control parts
Edited by Adam Knapp