Pylance, and IntelliSense work fine with default modules, let's say, os or datetime or so, but I've installed aiogram (any 'custom' modules have the same issues in VScode) and use some classes from it as here
vscode doesn't see where to import it from... so they are in aiogram.types and I should manually type that from aiogram.types import InlineKeyboarMarup every time. I've tried import magic - no changes... Pylance has settings for auto import suggestions and as I said it works fine ONLY with default modules, no question, every installed module - get that problem. please help, don't want to use PyCharm, hope a solution is somewhere