Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick fix about importing method #2819

Closed
ydmykr opened this issue May 13, 2022 · 1 comment
Closed

Quick fix about importing method #2819

ydmykr opened this issue May 13, 2022 · 1 comment

Comments

@ydmykr
Copy link

ydmykr commented May 13, 2022

On SO,Users want to be able to select the package of the method when importing the method, although this will put great pressure on retrieval.

for example,the method import WebDriverWait, users want to be able to choose this method, which comes from selenium.webdriver.support.wait

After selection, it can be automatically completed as from selenium.webdriver.support.wait import WebDriverWait

At present, if it is only an import method, it will not have any prompt

@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python May 16, 2022
@heejaechang
Copy link
Contributor

heejaechang commented May 17, 2022

@ydmykr currently we only support first level symbols on auto import by default. but you can use hidden option to enable more costly import if you want to.

see here for more detail - #2533 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants