aws boto3 autocomplete is not working
已回答
aws boto3 autocomplete is not working
i am working with the community edition 2017.1.4
any idea
请先登录再写评论。
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.