Python Forum

Full Version: Code Completion in Visual Studio for External Libraries
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I have installed python3 and vs code with Microsoft python extension in Ubuntu Linux.

Auto code completion works internal libraries like os. But if I do

from googleapiclient.discovery import build

there is no autocomplete for this external library.

Could you please help me how to enable auto complete for them?

I use pylance for autocomplete in vscode.