You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add this! Importing objects directly into global scope makes intellisense unusably slow for certain projects
Edit: could be a simple cmd line argument --import-module-instead-of-modules-contents .
Personally I dont use the as syntax a lot, so I dont really have a need for it, but I guess one could also do something like --import-as="numpy as np, taichi as ti"
For example, replace
with
I'm not sure what the interface should look like.
The text was updated successfully, but these errors were encountered: