autoDocstring
autoDocstring copied to clipboard
Feature Request: Regenerate Existing Docstrings on Save
Could we add an optional extension setting that allows existing docstrings in the current document to be regenerated on save? When type annotating/hinting in python, I might update the function signature and then also need to regenerate the docstring. Setting the keybinding to ctrl+s
generates a new docstring at the cursor position rather than regenerating old docstrings. I envision this would be a setting like:
"autoDocstring.regenerateOnSave": true, // Regenerate existing docstrings on save (default: true)
@NilsJPWerner Is this still a possibility?
@NilsJPWerner It's been a few months. Are you there?
Isn't this duplicate of https://github.com/NilsJPWerner/autoDocstring/issues/28?