FabienArcellier / writer-framework

No-code in the front, Python in the back. An open-source framework for creating data apps.
https://streamsync.cloud
Apache License 2.0
0 stars 1 forks source link

added support for autocompletion on the low ui approach for pycharm #40

Closed FabienArcellier closed 7 months ago

FabienArcellier commented 7 months ago

Pycharm does not currently support autocompletion on TypedDict passed as an argument to a method. This problem does not seem to be really addressed in their roadmap.

On the other hand, Pycharm supports autocompletion on static methods of a class.

I propose a draft to manage the component tree as a context variable. This pattern offer 2 advantages :