-
Notifications
You must be signed in to change notification settings - Fork 17
Project Roadmap
NEGORO Tetsuya edited this page Nov 24, 2017
·
1 revision
This is the project roadmap of Hermes plugin. The scope of this project and the rough plan of the functions to be implemented.
This project aims to deliver the environment in which we can edit large code bases with convenience meanwhile easily get the result of code snippets or other kind of useful information from interpreters.
-
Fix WebSocket connection issue. This causes annoying performance issues.
-
Make a test suite (UnitTesting package would suit for this purpose).
-
Improve the output buffer.
- Make buffers per windows (now the buffer for one kernel is shared among windows).
- Currently there is no output shown until the run of code snippets end. Showing messages one after another as we get ones is much more preferable.
- Display error and standard output as we can easily distinct them.