Import library automatically

Asked

Viewed 29 times

-2

Is there any extension of Visual Studio Code that when using a library in the code, it is automatically imported?

Ex:

from PySimpleGUI import PySimpleGUI as sg
layout = [
    [sg.Text('Teste')]
]

I would like to enter only the layout part and import automatically without having to give the import

  • For which IDE would this extension be?

  • Visual Studio Code

  • 1

    I googled "visual code python auto import" and came up a few xD

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.