Pycharm stopped auto docstring.
Hello. When I use to write a function, if I start a doc string with three double quotes just below a function signature, pycharm would partially fill out all the documentation like params and return values. Right now, it doesn't happen anymore.
I figure it's a project setting that I must have accidentally changed. How do I turn it back on?
thanks.
请先登录再写评论。
Make sure docstring format is correct in Settings/Preferences | Tools | Python Integrated Tools
Thank for the follow up. Here's what I have for docstring under Python Integrated Tools:
Docstring format: Plain
[x] Analyze code in docstring.
[ ] Render external documentation for stdlib.
I changed it format to reStructuredText and now it works. Thanks!
A693673 Thanks that worked for me