mirror of
https://github.com/styfle/awesome-online-ide.git
synced 2026-07-16 18:32:13 -05:00
[GH-ISSUE #83] Add webide.se #1692
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Z3TA on GitHub (Dec 9, 2019).
Original GitHub issue: https://github.com/styfle/awesome-online-ide/issues/83
IDE +shell for JS
Http://webide.se/
Can also run locally:
npm i -g webide.se
@viveksh1 commented on GitHub (Oct 4, 2020):
@styfle Please add it.
@styfle commented on GitHub (Oct 5, 2020):
I started modifying the default HTML doc and there was no intellisense/autocomplete.
The I switched to a different browser tab and switched back which caused an error.
@viveksh1 commented on GitHub (Oct 7, 2020):
I agree, it's pretty buggy. Has some nice features though.
@Z3TA commented on GitHub (Oct 24, 2020):
There are som basic HTML support:
I'm currently working on adding more standard HTML elements. (did not have html. head and body as they are not used so often, but adding them now).
Also begun working on CSS intellisense.
The editor already have basic support for JavaScript, like scope aware auto-complete (the code is parsed on every key stroke using an incremental parser built in vanilla JS) and type inference, eg. it parses functions to figure out what a function returns so it can auto-complete prototype and parameter/methods from variables returned from functions.
Please list the HTML intellisense functions you wish it had @styfle and I will gladly add them.
Yes there is a lot of bugs @VladPutinEu I've intentionally built the app with "defensive coding" so that every slightly smell of error will surface. This error in particular is due to a timeout error. The editor has to spin up a new virtual machine/server (VM/VPS) just so the user can run docker, because Docker needs root (because I don't want to give all users root access to the dedicated root/host server(s).
@viveksh1 commented on GitHub (Dec 13, 2020):
@Z3TA, I really like the idea and all the work you've done so far, but I believe that we need to give it some time to be more stable. This seems to be a work in progress, and not quite ready yet to be on this list. Please make an additional issue when you feel like your IDE is ready.
PS: Sorry for the late response. The mention got lost in my inbox somewhere.
@Z3TA commented on GitHub (Dec 13, 2020):
I think It's ready to be added, with an "alpha"/beta warning if you think it's not up to pair. What I need now is feedback from users.
I've added automated error reports, so whenever a user steps on a bug I will get a message.
Most online IDE's now a day is based on VS-code which has 20 or so engineers working full time and this is (not based on VS-code) a one-man- on-weekends project, so it's difficult to keep up with the quality. My plan is to listen to users and try to find a niche so that I can start deleting features rather then adding new unpolished ones.
@viveksh1 commented on GitHub (Feb 27, 2021):
@styfle Webside has improved a lot since the test, I think it might be a good idea to look at it again.
@styfle commented on GitHub (Mar 7, 2021):
I still can't figure out how to use this thing. Its just a bunch of modals.
@viveksh1 commented on GitHub (Mar 7, 2021):
I agree, it is very buggy.