Use local files in Espruino IDE #7941
Answered
by
gfwilliams
dariosalvi78
asked this question in
General
-
|
I know that there must be the answer here somewhere, but no matter how hard I try, I cannot find it. I really want to have the WebIDE project synchronised with the local file system, to edit them in VSCode, share the project with git, maybe use an AI to help out. How can I do that??? |
Beta Was this translation helpful? Give feedback.
Answered by
gfwilliams
Mar 6, 2026
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dariosalvi78
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Go to the Web IDE, tap the down-arrow next to the file open button:
Choose
Watch and Upload, now click the Open File button and choose a file.Now, whenever you edit that file and save it on your PC, it'll be updated in the IDE and uploaded. And you can have as many tabs open as you want.
At that point, you might as well drag the middle vertical bar all the way to the right too, hiding the editors and using the full width of the page to show the REPL. Hope that helps!