Resul Yurttakalan

Results 9 comments of Resul Yurttakalan

Is there any progress? Actually no need custom dataclass support. Need to recognizing dataclass on indirect importations like following. ``` # base/__init__.py from pydantic.dataclasses import dataclass __all__ = [ "dataclass",...

Hey, @koxudaxi Actually there is no need recognizing of custom dataclass. If plugin could support indirect importations like [here](https://github.com/koxudaxi/pydantic-pycharm-plugin/issues/402#issuecomment-1027932254), we can use all custom dataclasses.

I suppose you are right, it's about PyCharm. I tried with python builtin dataclass, pycharm gives warning even on this. ![image](https://user-images.githubusercontent.com/45128820/157091016-1f12692c-74d2-40d4-a046-c23149ec8edf.png)

There is a bug report in jetbrains about this topic. Link is [here](https://youtrack.jetbrains.com/issue/PY-45409). I hope it will pan out. 🙏

Is there any solution about that issue?

i have same problem. did you any progress? ![Test](https://user-images.githubusercontent.com/45128820/101197514-40b9f600-3673-11eb-83fb-c208347f447b.gif)

Is there any obstacle to the review of this PR?

Is there any workaround solution for that issue?