Espruino IDE autocompletion #6747
Replies: 1 comment
-
Posted at 2024-04-04 by @gfwilliams Hi - that's a good point! I've just added it to the IDE - so if you go to https://www.espruino.com/ide/# and refresh the page you should get version v0.78.16 which will have a fix in. Worth noting you won't get Posted at 2024-04-04 by Spioune Amazing, this works ! Thank you for the quick update. Quick question, I want to run the watch with the bare minimum (just the espruino firmware) Maybe via espruino IDE ? Thanks Posted at 2024-04-04 by @gfwilliams just write Posted at 2024-04-04 by Spioune Thank you ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-04-04 by Spioune
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
Beta Was this translation helpful? Give feedback.
All reactions