Posts by BrenoCipolli • 1 point
1 post
-
-2
votes0
answers29
viewsQ: Import library automatically
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…