Why does VS Code/Python not show the docstring for functions from my PyPI package?
I have recently created my own PyPI package with a bunch of useful functions. It works great, and when I import it in any project, the functions work, but my VS Code doesn’t show the docstrings when I hover over the functions, and the functions stay white. Are there Python VS Code settings I need to change or things I need to change in my PyPI package?
Why does VSCode/Python not show the docstring for functions from my PyPI package?
I have recently created my own PyPI package with a bunch of useful functions. It works great, and when I import it in any project, the functions work, but my VS Code doesn’t show the docstrings when I hover over the functions, and the functions stay white. I would love help on knowing if there are Python VS Code settings I need to change or things I need to change in my PyPI package.