I bet this eventually evolves into something like "VB for the modern web" where you go to the website, just start coding, and all the heavy-lifting of app hosting is taken care of for you. Next up, a visual point-and-draw editor.
Web IDE Beta
11–20 of 258 posts
Re: Web IDE Beta
#12I bet this eventually evolves into something like "VB for the modern web" where you go to the website, just start coding, and all the heavy-lifting of app hosting is taken care of for you. Next up, a visual point-and-draw editor.
Divjoy and others have a nice drag/drop - there are variants on this theme.
Maybe someone can bring this all together.
Kind of like "nocode-at-first-but-really-there-is-code-if-you-need-to-edit-it"
Or as you say: VB.
Or better: Access for the modern web.
Re: Web IDE Beta
#13Re: Web IDE Beta
#14I bet this eventually evolves into something like "VB for the modern web" where you go to the website, just start coding, and all the heavy-lifting of app hosting is taken care of for you. Next up, a visual point-and-draw editor.
Glitch.com is the close to this (not the visual part). Divjoy and others have a nice drag/drop - there are variants on this theme. Maybe someone can bring this all together. Kind of like "nocode-at-first-but-really-there-is-code-if-you-need-to-edit-it" Or as you say: VB. Or better: Access for the modern web.
Other than that it provides the best experience of being able to throw up demos and allow people to fork and modify them.
Re: Web IDE Beta
#15I bet this eventually evolves into something like "VB for the modern web" where you go to the website, just start coding, and all the heavy-lifting of app hosting is taken care of for you. Next up, a visual point-and-draw editor.
That sort of already exists in AWS, where Lambda allows you to just write business logic inside the browser without having to worry anything about hosting, and Step Functions allows you to do drag-and-drop various other AWS services into a state machine. Granted, I'm not sure how much utility you can derive from Step Functions if you also don't write Lambda functions.
Re: Web IDE Beta
#16Pretty much a carbon copy of what github has been doing for a long while now even down to the keyboard shortcut.
Re: Web IDE Beta
#17Earlier quoted context omitted.
I think the biggest risk for those companies (see GitPod who had multiple blog posts about it) is that the good parts of VSC really are closed source or not MIT-licensed so you can't use things like share or extensions and many others. I think cloud vendors like gitlab and others should actually work on rewriting or maintaining a different fork or write an entirely different web editor altogether. VSC is not a piece…
VSCodium, aka VSCode without the Microsoft proprietary bits, uses https://open-vsx.org/ as the extension registry. The hard problem is convincing devs to cross-publish
If more people were asking for it, I would try again, but the time spent per user to set up a pipeline for each extension just doesn't make sense at the moment. I'd rather spend those nights adding features for the existing mainline users. Cynical perhaps, but there's no reward for making extensions, so there's a limited amount of time I can spend on it.
Re: Web IDE Beta
#18I bet this eventually evolves into something like "VB for the modern web" where you go to the website, just start coding, and all the heavy-lifting of app hosting is taken care of for you. Next up, a visual point-and-draw editor.
Re: Web IDE Beta
#19Pretty much a carbon copy of what github has been doing for a long while now even down to the keyboard shortcut.
Re: Web IDE Beta
#20However, I am a bit worried that it looks like most of these companies and up using VSCode. It really needs to have a good competitor in this space, and I hope JetBrains can match that eventually with partnerships of their own.