aws boto3 autocomplete is not working
Answered
aws boto3 autocomplete is not working
i am working with the community edition 2017.1.4
any idea
Please sign in to leave a comment.
Hi Yaron! The problem is known, please vote for PY-20095.
The reason this doesn't work is because `boto3`'s objects are created at run time from a specification in a json file. PyCharm doesn't have any code to index, so it can't provide code completion. I made a package that can help with this though.