Tkinter Doc Code Hints Documentation Stubs CTRL + Q General
Answered
Main Problem: PyCharm is not giving me helpful parameter doc strings. CTRL+Q pulls up a GENERAL tkinter documentation, not the specific documentation to a specific method or class.
In VSCode, it does provide the helpful doc hints I'm after.
Question: How can I get the same code hints that are in VSCode (seen below) in PyCharm?

Below shows a cnf: dict={}, **kw which is totally unhelpful. Pressing CTRL + Q shows a general tkinter doc, not specific to the method I'm interested in (ex: grid_configure() in this example).

Please sign in to leave a comment.
It looks like a bug. I filed a ticket to our issue tracker https://youtrack.jetbrains.com/issue/PY-40427, please upvote and follow for updates.
+1 Upvoted from me. Thanks for filing the issue Sergey!