Improved Code Editor
complete
Matt Sodomsky
complete
P
Patou Tech
+1 for vscode editor. I think Google recently updated their app script editor to use it and it is seriously a big improvement.
Tim Mackey
Not exactly what Brad is suggesting (which would be cool!), but the VSCode editor (Monaco) is open source and embeddable: https://microsoft.github.io/monaco-editor/
and someone has written a library wrapper for React (if that's applicable to Mechanic): https://github.com/suren-atoyan/monaco-react
Brad H (Tekhaus)
I for one would love to have a live two-way sync to my vscode instance, which has all the above already included and personalized the way I prefer to work.
Tim Mackey
Woohoo! I'll add to this since it's related:
- code highlighting for event data and action runs
- make event data and action run data easier to "select all" for copy and pasting
- optional extension to #2, add a button to each data field which copies the data into the clipboard, like in github for example:
Matt Sodomsky
planned