Single Click In-Line Code Editor for Server Actions (Fab v7 GUI Possibility!)

I type pretty well all of my Wappler based statements in Server Actions, so things like x.length()>3?y:z.

At the moment in 6.8.0 I have to

  1. Click on the server action step.
  2. Move to the right of the screen and click on a thunderbolt icon.
  3. Be sure the data bindings have loaded
  4. Click on [Code]
  5. Edit the code in a little box
  6. Click [Select]
  7. Look back to which statement I just edited.

I do this hundreds of times, and it wastes so much of my time and keeps diverting my attention away from and back to what I am doing.

This is a feature request to give me the same editing capability (nice colours, syntax check etc) at the point I am editing the code...

So when I see this:

set_value2

it has a pencil icon right next to it which turns it into this:

code_snippet

I then edit this and click a simple save icon, and the change is made. Maybe a couple of quick keys could do the edit and save functions too.

OMG, this would be heaven! :star_struck:

(After all, I'm just editing code... and in a normal code editor, I just edit what I see!)