Rename function input arguments to rename docstring Args automatically #3111
Replies: 2 comments 3 replies
-
There are multiple docstring styles. was there one in particular you use? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone. Seems like this discussion died down for some reason. I would like this functionality, too. And I see I'm not alone. Are there any plans to support it? I see that Pyright already is parsing the docstring for the means of proper documentation popup. Is it maybe possible to use the same data to "bind" symbols to their docstring counterparts? As was said earlier, Google style docs would be a good start. It would be a great addition which allows developers to better avoid mistakes in the project's API documentation. |
Beta Was this translation helpful? Give feedback.
-
When Renaming function input arguments, it is expected of the Args section of the docstring to get updated automatically.
The Docstring style I tried was Google-style.
This feature is available in PyCharm.
Beta Was this translation helpful? Give feedback.
All reactions