Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pycharm autocomplete not work for dash #144

Closed
czhiling opened this issue Oct 12, 2017 · 5 comments
Closed

pycharm autocomplete not work for dash #144

czhiling opened this issue Oct 12, 2017 · 5 comments

Comments

@czhiling
Copy link

Thanks a lot for developing plotly/dash.

I am using pycharm IDE. But the editor cannot do auto-compete for dash. I use anaconda3\python as interpreter. Since the dash in installed by pip. Pycharm provide the auto-complete for plotly which installed via anaconda. Is it possible to let the pycharm do this also for dash?

@chriddyp
Copy link
Member

thanks for reporting! we should definitely get this sorted out 👍

@streamerd
Copy link

Hi, having a similar issue, using Pycharm.

Installed dependencies still look as if they are not installed (underlined,red). Other dependencies are ok, those are the problematic ones. Does not affect the code, still looks a bit weird.

import plotly.plotly as py
import plotly
from plotly import figure_factory as FF
import plotly.graph_objs as go
import cufflinks as cf

import dash
from dash.dependencies import Input, Output
import dash_core_components as dcc
import dash_html_components as html

@alysivji
Copy link
Contributor

alysivji commented Dec 2, 2017

I'm looking into this issue.

Thanks.

@chriddyp
Copy link
Member

Getting autocomplete to work for the component libraries would be a quite a bit more work. I've outlined the steps that would be required to make this happen in this comment here: #150 (comment)

@chriddyp
Copy link
Member

chriddyp commented Jun 8, 2018

This is getting done as part of the sponsored initiative "A Pleasant and Productive Developer Experience" in #150

@chriddyp chriddyp closed this as completed Jun 8, 2018
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
* refactor styling api

* update table props

* fix test regressions

* remove column width/maxWidth/minWidth

* fix lint in test

* update test column widths api usage

* update test column widths api usage

* update test column widths api usage

* fix tests

* use snake case

* styling examples

* - improve discoverability (table, cells, headers, and cells_and_headers are top level props)
- isolate conditionals in 'if' property
- add style calc and apply for headers

* fix visual regressions

* revert visual test breaking change

* update styling api usage

* update copy/paste test

* test delta

* test delta

* test delta

* test delta

* test delta

* test delta

* fix test regression

* fix test regression

* remove .only

* update filtering interface to be more intuitive / flexible

* styling refactoring - phase 2

- nomenclature stabilization
- style filters
HammadTheOne pushed a commit that referenced this issue Jul 23, 2021
* refactor styling api

* update table props

* fix test regressions

* remove column width/maxWidth/minWidth

* fix lint in test

* update test column widths api usage

* update test column widths api usage

* update test column widths api usage

* fix tests

* use snake case

* styling examples

* - improve discoverability (table, cells, headers, and cells_and_headers are top level props)
- isolate conditionals in 'if' property
- add style calc and apply for headers

* fix visual regressions

* revert visual test breaking change

* update styling api usage

* update copy/paste test

* test delta

* test delta

* test delta

* test delta

* test delta

* test delta

* fix test regression

* fix test regression

* remove .only

* update filtering interface to be more intuitive / flexible

* styling refactoring - phase 2

- nomenclature stabilization
- style filters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants