Command click "Cannot find declaration to go to"
Answered
s3 = boto3.client("s3")
response = s3.list_objects_v2(Bucket=bucket)
Command + click on “client” works and bring to the surce code of the library.
However, it doesn't work for “list_objects_v2”
Please sign in to leave a comment.
I created the following bug report for this behavior - https://youtrack.jetbrains.com/issue/PY-74121/Go-to-Declaration-does-not-work-for-boto3
Please subscribe to receive updates