Hi I have 2 problems I just installed `pulumi` and...
# getting-started
g
Hi I have 2 problems I just installed
pulumi
and 1. I cannot get autocomplete in
ZSH
working, I use
oh-my-zsh
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
n
I know there's an issue with PyCharm v 2021.1 and constructor documentation https://youtrack.jetbrains.com/issue/PY-48188 - but i don't believe it's related to issues. It think this is related to your issue - https://pulumi-community.slack.com/archives/C01PF3E1B8V/p1625787014402000
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