Skip to content

Autocomplete not working in Pycharm #1682

Closed
@Shourai

Description

@Shourai

While using plotly 4.0 combined with Pycharm the autocompletion for plotly.graph_objects is not working.
Also the references to the objects are not found either, but the script does work.
I see some people on the community site with the same issue.

Untitled
Works fine for e.g. pandas:
Untitled2

No completion is found when I type go. either.

However when I use import plotly.graph_objs as go, the references are found.
But the autocompletion still doesn't work.
I have tried File > Invalidate Cache/Restart, to no avail.

There has been an issue like this before but it seems it had been solved: #389

When I open the same virtualenv within VScode the autocompletion works fine.
(The extension uses jedi for autocompletion I think).
Untitled3

I am not sure if this is an issue with plotly or pycharm.

Metadata

Metadata

Assignees

No one assigned

    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