I am trying to get IntelliSense to work for my local modules inside my projects lib
folder.
I have the following project structure:
.Python
|---> lib
| |---> __init__.py
| |---> gw_marker.py
| |---> gw_mumble_link.py
|---> markermaker.py
I tried to add ./lib/
to the python.autoComplete.extraPaths
property in VSCode which didn't work. As seen here it will not show any suggestions for the local module nor the documentation of the definitions.