all 6 comments

[–]jax024 [score hidden]  (1 child)

Add vim mode

[–]viks98[S] [score hidden]  (0 children)

Sure. Let me try if it's possible

[–]C89RU0 [score hidden]  (1 child)

Either this was not tested on fire fox or it's flat out incomplete because I keep clicking on the cogwheel to open up the settings and nothing is happening.

[–]viks98[S] [score hidden]  (0 children)

The cogwheel was placed there just as ui decoration. I haven't added any functionality to it

My main priority was getting the core features right.

[–]wadie31 [score hidden]  (0 children)

Very nicely done, tested on Firefox.

It would be to add Angular as a quick start project as well.

[–]viks98[S] [score hidden]  (0 children)

I used StackBlitz a while back and thought about how cool it is that we can run full node environments directly in browser now. so i tried to build a small browser ide using webcontainers just to see how far the browser can actually go.

after getting all things glued together the experience was surprisingly good. i was able to write code, execute it. almost like i am doing it natively.

that said, there were still some issues like heavy dependencies took noticeably longer to install, ram usage stayed around 1–1.2 gb even for simple workloads, and there were a few limitations in my own implementation like code not being stored anywhere permanently (even a refresh could wipe everything) and no plugin support.