Ask HN: Is anyone using a web IDE for most of their development work?
21–30 of 84 posts
Re: Ask HN: Is anyone using a web IDE for most of their development work?
#22Re: Ask HN: Is anyone using a web IDE for most of their development work?
#23Also coding in the browser has been a miserable experience.
Re: Ask HN: Is anyone using a web IDE for most of their development work?
#24The Pebble Web IDE is actually really pretty good! I generally don't use them, but for Pebble it was easier, as it offers direct deployment, complication toolchain etc.
Maybe with time they'll workout the bugs.
Re: Ask HN: Is anyone using a web IDE for most of their development work?
#25Re: Ask HN: Is anyone using a web IDE for most of their development work?
#26Re: Ask HN: Is anyone using a web IDE for most of their development work?
#27Re: Ask HN: Is anyone using a web IDE for most of their development work?
#28Super easy to install (its all php based, very few dependencies), and for the most part "just works".
I have codiad open in the browser and usually a PuTTy window open on the server to test, run command line, etc.
We have Linux(Ubuntu) servers and a mix of OSX / Windows dev machines. Keeping Eclipse working across all of them was annoying (and explaining how to setup when a new Developer comes in). Now I just create a Codiad account, a ssh account and let them have at it.
I went down the path of attempting an "offline install" of Cloud9, but gave up after a while...it mostly assumes you have an active internet connection.