How to add "Add missing import" to the quick fix menu

Hi all,

I am building a FastAPI app and I would like Firebase Studio to display syntax and type errors. I kind of managed to do that using Ruff and MyPy (thanks Gemini :wink:); however, I can’t find a way to import package easily. The “Add missing import” don’t appear in the quick fix menu (it does when I’m using Next.js though). I really don’t understand why? How do you get a good experience developing with Python on Firebase Studio?

Does someone have an idea?

Have you tried this?