Skip to content

Autocomplete does not work for a lot of modules #5385

@rebelC0der

Description

@rebelC0der

Example:
Screenshot_20190419_225546

Most of the 'matplotlib' and 'pandas' have this 'No suggestions' while code still runs:

# 3D Plot:
fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')
ax.scatter(X_train['width'], X_train['height'],
           X_train['color_score'], c=y_train, marker='o', s=100)
ax.set_xlabel('width')
ax.set_ylabel('height')
ax.set_zlabel('color_score')
plt.show()

Do we have to do anything special/additional to make it autocomplete modules ?

Thanks.
Juris.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions