aws boto3 autocomplete is not working

已回答

aws boto3 autocomplete is not working 

i am working with the community edition 2017.1.4

any idea

0

Hi Yaron! The problem is known, please vote for PY-20095.

0
Avatar
Permanently deleted user

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. 

0

请先登录再写评论。