### Is your feature request related to a problem? Please describe Currently there is no way to take notes about * updates that have to be done manually * annotation that might be added later. ### Desired solution Add a `@Todo` annotation that * is applicable to classes and functions (**not** parameters!) * can be used once * takes an arbitrary, potentially long text as input In the generated Python code [`TODO` comments](https://stackoverflow.com/questions/48645942/how-do-i-format-a-multi-line-todo-comment-in-pycharm) with the text of the annotation should be added.
Is your feature request related to a problem? Please describe
Currently there is no way to take notes about
Desired solution
Add a
@Todoannotation thatIn the generated Python code
TODOcomments with the text of the annotation should be added.