I am using VS Code as my editor and autoDocstring as the auto-docstring generator extension for Python. There are times when I modify the parameters of a function, either by introducing new parameters or by modifying their names, default values etc. I am required to make manual changes to the docstring in such cases.
Is there any way that the docstring gets auto-updated as I change the function signature? At least the introduction of new parameters to the docstring section.