Docsting Intention actions missing
I noticed that my “Intention actions” like insert documentation stub are missing in several of my projects
https://www.jetbrains.com/help/pycharm/creating-documentation-comments.html
All I see is “Rollback changes in current line”.
I'm sure I've used this functionality before. All other Python functionality appears to work, any suggestions how to debug?

I've checked under “Integrated Tools”, things seem normal

请先登录再写评论。
It's PyCharm 2021.3 (Professional Edition)
This also happens in new file. And this happens in several other projects I haven't edited much. I guess I should start a bug report and start attaching diagnostics?
Oh…this made me realize my PyCharm version is 2 years old, will update
Just updated to “PyCharm 2023.2.4 (Professional Edition)”, created new Python project, hit Option+Enter, and still don't see option to insert documentation stub :(
However, I have an option to create return type annotation if I select function name
IE, if I do this, it offers “Specify return type”. But it doesn't offer to specify argument types
As far as I know, you should place the caret on the function name to see the docstring stub intention. However, on your last screenshot, you already have the `""""""`, so PyCharm won't offer you to create the stub in this case. Does it work if you start defining a new function and then call ⌥Enter menu on the function name? If not, could you please provide the exact file where the issue is reproduced and the exact caret position where you call the menu?