Every video I watch shows documentation when the user hovers over code, yet mine is nearly empty.
Example:
response = openai.Completion.create(engine="text-davinci-001", prompt=prompt, max_tokens=6)
If I hover over "create" it shows "create: Any" inside the pop-up window. This is much less descriptive than what I see in tutorials.
How do I access documentation on a given object from within VSCode?
I have tried installing/reinstalling Python, IntelliCode and Docs View from inside VSCode. IntelliCode does add links to GitHub but still no the standard documentation like I was expecting.