A VSCode-style IDE built with Electron, React, TypeScript, Webpack (Electron Forge), Monaco Editor, and Redux.
For the moment you can edit files, save them, and change the working directory. External changes are picked up automatically.
A lot of things! If you have any ideas, feel free to open an issue.
Ideas for the future:
- Add theme support
- Create/delete files and folders
This project was inspired by and built following the tutorial from Paulo Sabayomi's vscode-clone-with-electron-js-react-js-and-monaco-library, licensed under MIT. Big thanks to him for the idea, the base files, and the tutorial.