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:
- [x] altstep definitions
- [x] constant and variable definitions
- [x] function definitions
- [x] type definitions
- [x] module parameter and module template parameter definitions
- [x] port definitions
- [x] timer definitions
- [x] test cases
- [x] template definitions
- [X] module names
- [x] groups
- [x] control parts
issue