I tend to use the left hand side quite a bit anyway, if only for calling process.memory() and so on.
There's been autocomplete in the right-hand side for ages. It's good too, as it knows about the type of your variables. Just use Ctrl-Space, which seems to be pretty much the standard shortcut for it.
There are other interesting shortcuts too - just look on the first page of 'Settings'.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Honestly. No pleasing some people :)
I tend to use the left hand side quite a bit anyway, if only for calling
process.memory()
and so on.There's been autocomplete in the right-hand side for ages. It's good too, as it knows about the type of your variables. Just use Ctrl-Space, which seems to be pretty much the standard shortcut for it.
There are other interesting shortcuts too - just look on the first page of 'Settings'.