- https://youtu.be/q7x7QDMiSgY
- Debounce save code files! can be grabbed from loadash
- Syntax highlighting support (you can create definitions with the Monarch Documentation to monaco)
- Custom Autocomplete support (can be added aswell using the registerCompletionItemProcider)
- this can help the user find the right path more easy and quickly
- Custom Documentation to Keyworads, ... with monaco
- Custom Hover Actions in monaco: registerHoverProvider allows to show documentation on hover
- Monaco has Keyboard shortcuts build in! editor.addCommand You could for example autoformat the code, ...
- Light And Dark Theme
- the Electron Reload is shit! Redux Dev Tools kill them selfs because of it
- find lerny-app dirs (%appdata% equivalents) for mac and linux!!!!
- disappear on exit!
- standard html tags need a DarkMode style, links are a great example for that!!!