Sep 4, 2022
You mean automatically importing based on functions used or types used? You cannot really import automatically based on functions used since a function can come from numerous modules. Import of modules based on types used could work however.