How do define custom auto-imports for Pylance/Visual Studio Code?
When I type out something like np. I think this triggers Visual Studio Code + Pylance's (not sure) auto-import completion by suggesting that import numpy as np might be relevant. I would like to create similar custom auto-import/complete associations. For…