Aug-25-2024, 02:48 PM
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.
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.