You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Hi!

    Just thought you might be interested to know that the latest Espruino builds now have tab-completion on the left-hand side.

    If you type di then [tab] it'll autocomplete to digital and will show you digitalPulse, digitalWrite and digitalRead. You can then just type W [tab] and it'll autocomplete to digitalWrite.

    Same happens with simple a.b type things. For instance Ma [tab] . ra [tab] will give you Math.random.

    It's not perfect yet, but is still pretty handy and will hopefully make writing code on the left-hand side a bit more fun.

About

Avatar for Gordon @Gordon started