PyCharm 2024.2.3 Docstring Generation

I am trying to generate the docstring for a Python method. I have disabled the Insert Pair Quote feature, but I still cannot auto-generate the docstring. I place the cursor after the method declaration, enter `"""`, and then press Enter or Space, but nothing happens. How can I get PyCharm to generate the docstring?

0
Hi,
Please try upgrading IDE to the latest version, disabling all non-bundled plugins (**Settings | Plugins**, click the cog icon -> Disable All Downloaded Plugins) and check if the problem persists.
If the problem remains unresolved, we would like to investigate it properly. Please create an issue on YouTrack (https://youtrack.jetbrains.com/newIssue) regarding this problem. Attach relevant logs (Help | Collect Logs and Diagnostic Data), screenshots, precise steps for reproducing the issue and a runnable code/project sample if needed.
For urgent inquiries, please use Help | Contact Support in the IDE.
0

请先登录再写评论。