The playground should support multiple file tabs.
The filesystem needs to be synchronized between the different service workers and integrate with ZLS features like goto definition. One possible approach for the filesystem could be the Origin private file system Web API which would also handle persistence of the filesystem across browser sessions.
Work is currently ongoing in the multifile branch.
Follow up Issues
- add a sidebar to interact with the filesystem
- ability to open online repositories in the playground
The playground should support multiple file tabs.
The filesystem needs to be synchronized between the different service workers and integrate with ZLS features like goto definition. One possible approach for the filesystem could be the Origin private file system Web API which would also handle persistence of the filesystem across browser sessions.
Work is currently ongoing in the multifile branch.
Follow up Issues