Minkyu Lee
Minkyu Lee
Thank you for your answer. I just want to share the context where this is necessary. MicroPython and CircuitPython provides a filesystem (1MB in flash) as a USB drive when...
@rerobika @zherczeg I totally agree snapshot is enough to reducing disk and memory. But my problem is about convenience (rather than efficiency). Recent script runtimes for microcontrollers (MicroPython, CircuitPython, NodeMCU...
@zherczeg You're right. Using a bundler (e.g. webpack) and snapshot generator, we can generate a compact snapshot. But my project is targeting beginners, students, coding newbies. I just wanted let...
@Damato We can't start it right away because of other high-priority issues, but it will be good information. thank you 👍
Sorry I have no time to do it at this time. I want to encourage voluntary contributions. 😅
@tannewt Thanks for your info!
About 2, is that works only for predefined funs and vars? Or, works exactly like typical code completion in VSCode, etc.?
It doesn't seem easy with JerryScript API. Any ideas are welcome.
For the feature I think it is required to build partial AST (parsing incomplete JS expression).
@anubhavgupta Sorry I have no plan to do it at this time and I think this issue may requires huge refactoring.