https://pulumi.com logo
Title
n

numerous-portugal-47563

07/08/2021, 11:30 PM
Just getting started with Pulumi (Python) and I'm a seasoned AWS CDK IaC user. I'm using PyCharm as my IDE and I can't get the quick documentation working at all. Are there any other PyCharm IDE users out there?
b

billowy-army-68599

07/08/2021, 11:34 PM
Have you updated pycharm to look in your venv for dependencies?
n

numerous-portugal-47563

07/09/2021, 12:38 AM
Yes and it indexes them all but no go, i've tried it on different IDE's and works when using VS Code but unfortunately i do all of my Python dev work in PyCharm so not intending to swap by IDE for VS Code anytime soon.
Changing the default azure-python Pulumi stack import statements to this did the trick.
b

billowy-army-68599

07/09/2021, 1:05 PM
glad you got it figured out!