This is explorer view, supposed to be only to view the source of code on the server and read-only. There are two ways
- Preferable, store any code locally, and when you save it, it will upload to server and compile it there. If you already have some of your code on server, you can export it from the explorer view.
- Use virtual filesystem named isfs, in this case, all of your code stored only on server. Documentation
You can find some useful videos on youtube on Developer Community channel, for instance
- Log in to post comments