The Future of the Gitlab Web IDE
about.gitlab.com
The Future of the Gitlab Web IDE
1–10 of 168 posts
Re: The Future of the Gitlab Web IDE
#2Re: The Future of the Gitlab Web IDE
#3I'm excited about this, I would love the IDE to move to the browser and have been a fan of the idea since the Cloud9 days. If browsers had a way to delegate their reserved keyboard shortcuts I would use web IDEs full time.
Re: The Future of the Gitlab Web IDE
#4Re: The Future of the Gitlab Web IDE
#5Re: The Future of the Gitlab Web IDE
#6While this is cool, for Node.js there's something far better: https://stackblitz.com/ . This is one of the more impressive IDE in browser experiences I've had. Comes complete with a terminal and a shim around `npm` that allows you to install JavaScript dependencies directly to the browser. Some truly cool stuff.
Re: The Future of the Gitlab Web IDE
#7While this is cool, for Node.js there's something far better: https://stackblitz.com/ . This is one of the more impressive IDE in browser experiences I've had. Comes complete with a terminal and a shim around `npm` that allows you to install JavaScript dependencies directly to the browser. Some truly cool stuff.
I miss c9 which was bought by Amazon. It had a VM running behind it with a terminal so I was able to do .net core development. A couple times I wasn't home and wanted to fix a bug in my project so I was able to login to c9, spin up my project in the browser and it committed back to github.
Re: The Future of the Gitlab Web IDE
#8While this is cool, for Node.js there's something far better: https://stackblitz.com/ . This is one of the more impressive IDE in browser experiences I've had. Comes complete with a terminal and a shim around `npm` that allows you to install JavaScript dependencies directly to the browser. Some truly cool stuff.
I miss c9 which was bought by Amazon. It had a VM running behind it with a terminal so I was able to do .net core development. A couple times I wasn't home and wanted to fix a bug in my project so I was able to login to c9, spin up my project in the browser and it committed back to github.
Personally, I’m using Tailscale + VS Code with the Remote-SSH plug-in, accessing my home server.
Re: The Future of the Gitlab Web IDE
#9While this is cool, for Node.js there's something far better: https://stackblitz.com/ . This is one of the more impressive IDE in browser experiences I've had. Comes complete with a terminal and a shim around `npm` that allows you to install JavaScript dependencies directly to the browser. Some truly cool stuff.
I miss c9 which was bought by Amazon. It had a VM running behind it with a terminal so I was able to do .net core development. A couple times I wasn't home and wanted to fix a bug in my project so I was able to login to c9, spin up my project in the browser and it committed back to github.
Re: The Future of the Gitlab Web IDE
#10Earlier quoted context omitted.
I miss c9 which was bought by Amazon. It had a VM running behind it with a terminal so I was able to do .net core development. A couple times I wasn't home and wanted to fix a bug in my project so I was able to login to c9, spin up my project in the browser and it committed back to github.
Why do you have to miss it? Any of the contemporary online IDEs can do more than that now (I ran docker containers in github codespaces) and you can theme it like Ace if that's your thing.