I have installed Visual Studio 2015 Community and a Python Tool for Visual Studio. But I can't get the Intellisense to recognize Google API that I installed via pip install google-api-python-client
.
Here's how my import looks like:
from apiclient.discovery import build
from apiclient.http import MediaFileUpload
My script runs but I don't get the auto-complete feature. Is there a way I can fix this?