First time here? Check out the FAQ!

Revision history  [back]

Boto3 autocomplete issue

When I use aws sdk, boto3, I can't get autocomplete function. For example,

import boto3

c = boto3.client("dynamodb")

c.|

| is the cursor position. In python shell, it will popup a menu with all functions about client, but in the editor, it will not show anything.

Boto3 autocomplete issue

When I use aws sdk, boto3, I can't get autocomplete function. For example,

import boto3

c = boto3.client("dynamodb")

c.|

| is the cursor position. In python shell, it will popup a menu with all functions about client, but in the editor, it will not show anything.

Boto3 autocomplete issue

When I use aws sdk, boto3, I can't get autocomplete function. For example,

import boto3boto3 c = boto3.client("dynamodb") c.

c = boto3.client("dynamodb")

c.|

| is the cursor position. In python shell, it will popup a menu with all functions about client, but in the editor, it will not show anything.