Open helmecke opened 4 years ago
For now not really, but things like typing annotations would be quite welcome.
Code formatting of cq-editor itself or of code edited within cq-editor? For the latter,
$ pip install black; black -l79 filename.py
seems to result in the code in the Editor pane auto-updating (and re-rendering if so configured)
Would you be willing to accept a PR implementing auto-code-formatting, like in cadquery issue #244.