Auto-completion. IDE integration and up to date documentation #1262
Replies: 2 comments
-
Hi @ScreamZ! Your questions are probably best moved to the Q&A section of the github discussions... I have not found a good integration with vscode per-se, but it works reasonably well after applying some elbow grease. There are TS typings in the I totally agree with you that the initial learning curve is steep, especially if you've used something like MicroPython or Espruino, but the core is good so it's worth it in the end. |
Beta Was this translation helpful? Give feedback.
-
The documentation directory is kept up-to-date. No documentation is perfect. Feedback and improvements are welcome. Also, there's an easier to nativate and read version of the same documentation on the Moddable web site. Our TypeScript declarations are maintained by the community. They are quite usable. As @tve notes, you do need to add them to your project's tsconfig.json. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I just found moddable SDK which is nice, I'm guessing is there any up-to-date documentation? I can see there are a lot of examples, especially with drivers that are not updated in the documentation folder.
Also, I would like to know if there exists some good IDE integration, especially for auto-completion with imports.
I can see that typescript support is experimental, but there are no @types/ typings and things like that.
Is there any way I could help and eventually contribute to improving all those subjects, I found it very sad that this technology seems so promising but it's too opaque for beginners to jump in.
Thank you,
Andréas
Beta Was this translation helpful? Give feedback.
All reactions