I have a python project that many of the functions and classes missing docstrings. I know that PyCharm can automatically add docstrings by the Insert documentation string stub command using intention action. However, for large number of methods and functions, it is tedious. Is there a method to bulk add docstrings to all the functions at once? then I will fill what is necessary manually.
If not in PyCharm, Is there any alternative client that can do it?
Thanks in advance for helps...
Finally, I found an answer, or may be a workaround
In pyCharm,
This works for me,
If anyone have better solution or workaround, so please share it with us.