-
Notifications
You must be signed in to change notification settings - Fork 766
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
add import line quickfix should add options of popular library aliases #3285
Comments
Thanks for the report. Could you please make sure pandas is installed in the selected environment? |
also make sure you have "python.analysis.indexing": true |
The indexing setting should be defaulted to true, but something unexpected is going on. We're doing a controlled rollout to enable it and doing more verifications to ensure everything is working as expected, and if everything looks good we can make this officially set to true by default when the Python extension releases next month. |
Adding alias of popular libraries is absolutely a bonus.
As shown blow, it would be nice if the top 1 suggesstion is
import pandas as pd
.The text was updated successfully, but these errors were encountered: