Custom IDE for my language Javaish (https://github.com/TrackerJo/Javaish). Made to look like VS Code but simpler. Beginner IDE to introduce people to what coding is like.
Locally stored projects that can hold multiple files
Highlighted code to make code prettier and easier to read
Some basic autocomplete for keywords and data types to make coding faster
All you need to learn the syntax for javaish
Run code line by line to find and fix bugs without running the code a thousand times. It helps visualize the effects of variables on the program