and followed the docs but no luck. - fixed filename must start with
_
->
_pulumi
2. I tried to use python quickstart and found out that I do not get autocomplete in PyCharm, have I done anything wrong or is there anything I'm missing because the only docstring it was showing was a link to
lazy_import
which is probably a source of problems
✅ 1
The second item has been registered as PyCharm bug
Changing the default stack import statements to something like this did the trick for me. i.e. auto complete and documentation started working.
import pulumi_azure_native.storage as storage
import pulumi_azure_native.resources as resources