The Eggbun code editor is built around monaco (the vscode core) and is incredibly powerful. Eggbun currently ships with biome (a code formatter and linter) and tsserver (for typescript hinting). These should work right out of the box on file save and as you type just like vscode.
Over time we'll be adding much more advanced functionality out of the box and the ability to specify your own formatters, linters, and other settings to customize your workflows.
We'll also be adding enhanced editors for things like package.json and tsconfig files to make editing them much easier.
Because Eggbun is both a code editor and browser with a tight integration we'll be working on new paradigms of hot reloading, devtools, and process running functionality as well as one-click hosting and other solutions so you can build, iterate, and get your code in front of users effortlessly while still being flexible enough to customize to your needs.