Ask HN: Is there a reasonable, actually integrated Web IDE out there?
31–40 of 42 posts
Re: Ask HN: Is there a reasonable, actually integrated Web IDE out there?
#32If you set up a node.js project with Webstorm through the Webstorm UI and deploy with a plugin or built in feature you've pretty much get the most fully integrated IDE there is for node projects. It has testing built in, debugging inside the IDE, dynamic updates your browser, supports a ton of JavaScript libraries and npm as well as React and ES6/ES7 syntax. There's nothing else really like it. IntelliJ based browser…
Just wanted to note that every thing you mentioned is also in Cloud9 along with easy sharing of your sites with clients / workmates, collaboration and deploying to production with ssh workspaces. I switched from WebStorm (was using v9) to Cloud9 2 years ago and haven't looked back, for most Web Development jobs it makes more sense as you don't have to run a staging server to iterate on projects with clients (just sen…
Re: Ask HN: Is there a reasonable, actually integrated Web IDE out there?
#33Hi dakami, I think that SourceLair ( https://www.sourcelair.com ) could fit your needs. It let's you work on Node.js web applications in your browser and write both client side (including React JSX) and server side JavaScript. You also get an HTTPS public URL (subdomain) that works out of the box with Node.js, while it integrates with Git and GitHub in order to collaborate and lets you deploy your projects to Heroku…
Re: Ask HN: Is there a reasonable, actually integrated Web IDE out there?
#34Re: Ask HN: Is there a reasonable, actually integrated Web IDE out there?
#35Re: Ask HN: Is there a reasonable, actually integrated Web IDE out there?
#36Re: Ask HN: Is there a reasonable, actually integrated Web IDE out there?
#37If you set up a node.js project with Webstorm through the Webstorm UI and deploy with a plugin or built in feature you've pretty much get the most fully integrated IDE there is for node projects. It has testing built in, debugging inside the IDE, dynamic updates your browser, supports a ton of JavaScript libraries and npm as well as React and ES6/ES7 syntax. There's nothing else really like it. IntelliJ based browser…
If getting work done in a competent and featureful way matters (i.e. your time and ease of workflow is valuable to you), use a real IDE. Web IDEs are fun. The IDEs satisfy a subset of users' need to try something new built on technologies they're familiar with. They might feel warm and fuzzy hearing certain buzzwords that describe the project. But when it comes to getting shit done and having features that developers…
Re: Ask HN: Is there a reasonable, actually integrated Web IDE out there?
#38Everything else, command line. I used to be the biggest IDE fan ( had my Eclipse kitted out with 4GB allocated, all the hotkeys, etc ), but I don't do Java or AS3 programming anymore and even though sometimes i still find myself missing certain types of autocompletion, I've started to become jaded on the concept of IDEs as the command line is just so much more versatile and memory efficient. Sublime Text and the command line are really all you need these days, unless you're doing C#/C++ ( in which case I'd suggest Visual Studio ) or iphone native (Xcode obvi).
Re: Ask HN: Is there a reasonable, actually integrated Web IDE out there?
#39If you set up a node.js project with Webstorm through the Webstorm UI and deploy with a plugin or built in feature you've pretty much get the most fully integrated IDE there is for node projects. It has testing built in, debugging inside the IDE, dynamic updates your browser, supports a ton of JavaScript libraries and npm as well as React and ES6/ES7 syntax. There's nothing else really like it. IntelliJ based browser…
Just wanted to note that every thing you mentioned is also in Cloud9 along with easy sharing of your sites with clients / workmates, collaboration and deploying to production with ssh workspaces. I switched from WebStorm (was using v9) to Cloud9 2 years ago and haven't looked back, for most Web Development jobs it makes more sense as you don't have to run a staging server to iterate on projects with clients (just sen…
I appreciate the work you guys do on Ace, it's amazing technology. I've built things with the Ace editor, but it's ridiculous to suggest than an editor that doesn't even edit the files on my computer has feature parity with Webstorm, an IntelliJ IDEA based editor. The PSI based AST system is smarter and better than Visual Studio and XCode, and IntelliJ IDEA is better technology than Apple or Microsoft was able to come up with for their own platforms. The number of plugins, the built in features, the fact it runs on my own computer make it unquestionably better than an editor that runs in a browser.
You disservice to a great web editor by suggesting it's better than a native editor like IntelliJ. I write front-end code for a living and in no shape or form would I ever want to use the Ace editor when I didn't have to. It works for sites like CodePen, GitHub and jsfiddle when they're needed, it doesn't replace writing code on my own computer.
Re: Ask HN: Is there a reasonable, actually integrated Web IDE out there?
#40Earlier quoted context omitted.
If getting work done in a competent and featureful way matters (i.e. your time and ease of workflow is valuable to you), use a real IDE. Web IDEs are fun. The IDEs satisfy a subset of users' need to try something new built on technologies they're familiar with. They might feel warm and fuzzy hearing certain buzzwords that describe the project. But when it comes to getting shit done and having features that developers…
Yep, MS Office is still the only choice. No one use Google docs! And MS doesn't try to build web based IDE as well!
Yes, those options exist. They cover basic use-cases well, but come apart at the seams for others.