I just bought a Bangle.js 2 (love it). I am using the espruino.com/ide to fiddle with it.
In the code editor (right side), when I type, for example, Bangle. then press CTRL+SPACE, I get suggestions (accelRd, accelWr, buzz...) and method definition (parameters name and type).
But when I type g. then press CTRL+SPACE, I get nothing.
I know I can type g. then press TAB on the left side to get the list of methods, but then I still need to figure out what are the parameters.
It makes development very slow.
I am missing something ? Is it only me ? Is using g the right way to draw on the screen ?
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.
Hi,
I just bought a Bangle.js 2 (love it). I am using the espruino.com/ide to fiddle with it.
In the code editor (right side), when I type, for example,
Bangle.
then press CTRL+SPACE, I get suggestions (accelRd, accelWr, buzz...) and method definition (parameters name and type).But when I type
g.
then press CTRL+SPACE, I get nothing.I know I can type
g.
then press TAB on the left side to get the list of methods, but then I still need to figure out what are the parameters.It makes development very slow.
I am missing something ? Is it only me ? Is using
g
the right way to draw on the screen ?Thanks