autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

docstrings should be updated when the name of the parameter is changed

Open kretes opened this issue 3 years ago • 1 comments

After doing a rename refactoring - the name of this parameter in the docstrings should change as well, currently it stays intact, and one need to change it manually

kretes avatar Mar 02 '21 09:03 kretes

If someone was searching for this like I did: There is an alternative: darglint (see here). :rocket:

It will parse docstrings and complain if the parameters or type hints don't match.

If you want to combine that with flake8 in vscode, mind the comment here.

gschwaer avatar Oct 22 '21 11:10 gschwaer