Python Forum

Full Version: How do I use shortcut to import class in VS code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I use VS code, operation system is windows 7.

In a tutorial, an instructor uses a shortcut to quickly import the class with pycharm.

For example:

he types: actionChains( and he places cursor here), and then press cntrl + alt + space), then instantly he imports 'from selenium.webdriver.common.action_chains import ActionChains'

Does someone here know how to do this with VS code? That method doesn't work in VS code in my computer.