Ask HN: Is anyone using a web IDE for most of their development work?
61–70 of 84 posts
Re: Ask HN: Is anyone using a web IDE for most of their development work?
#62I use VIM. You can read my configuration here: http://omarabid.com/my-vim-configuration/
Re: Ask HN: Is anyone using a web IDE for most of their development work?
#63No, because none of them contain the static analysis and developer tools one comes to expect from a competent IDE. Also coding in the browser has been a miserable experience.
Re: Ask HN: Is anyone using a web IDE for most of their development work?
#64Re: Ask HN: Is anyone using a web IDE for most of their development work?
#65Yup, I have Cloud9 installed locally on my own server. All my coding is done through it. Fast, easily accessible over VPN, and complete control. Love having multiple terminals open right up on my server in the IDE and just flip through them using tabs.
This looks great, it could be a good tool for setting up dev environments for student interns. Not sure how well the C++ is. Their documentation [1] doesn't list how to install privately, nor is the pricing for private setups clear. Could you share how you set this up, and how much it costs? https://docs.c9.io/v1.0/docs/picking-a-plan
You've probably ironed out many kinks in your dev environment, and can help them when they run into them. You run risks at alienating your interns with un-manageable errors.
Re: Ask HN: Is anyone using a web IDE for most of their development work?
#66I often use Jetbrains IDEs, currently using PHP Storm almost exclusivel. I love it's code refactoring, easy source code navigation to delarations.
Re: Ask HN: Is anyone using a web IDE for most of their development work?
#67Earlier quoted context omitted.
On both points, that is the exact opposite of my experience doing Node.js/Javascript/CSS/HTML in Cloud9IDE. It is clear that the browser environment imposes some restrictions on what an online IDE can do (restricted hotkeys, no on-machine filesystem access). Notwithstanding that, I've come to prefer the Cloud9IDE environment over local options and love being able to pick-up where I left off as I switch between comput…
You can do that with Vim/Emacs, tmux on less than $5/mo VPS. Chrome has a pretty good SSH terminal extension.
There are many things I could do given the time and interest. Learning everything needed to get where I am has taken lots of time that I feel is better spent providing direct value to the product and its users vs. wondering what the 'optimal' dev environment might look like.
Re: Ask HN: Is anyone using a web IDE for most of their development work?
#68Re: Ask HN: Is anyone using a web IDE for most of their development work?
#69Re: Ask HN: Is anyone using a web IDE for most of their development work?
#70No, because none of them contain the static analysis and developer tools one comes to expect from a competent IDE. Also coding in the browser has been a miserable experience.
> Also coding in the browser has been a miserable experience. Basically that ^. Having tried some web IDEs, I can say it's not a pleasant situation when browser crashes or hangs. Putting aside local tools or whatever, the editor must must be available at all times, with or without internet connection. At least that's my view. :)
"Edit X from any anywhere" is a great idea, and "Every time you open the application you'll automatically have the newest version" is a great idea, but when you add them together and get "our application will run in the browser" it falls flat (still) in crucial ways.
Just basic workflow -- work on your code in the browser-based IDE, then (in the same browser, with your multiple tabs and windows) go dig up some ideas on SO, check your gmail... Now flip back quickly to your IDE. Oh -- but it's not in your dock/taskbar, or Alt-tab menu. Which of those browser windows was it in?
You can work around this by tweaking your workflow, and obviously Google in particular is working on browser apps that bridge the gap; I use Postman in Chrome, and that's a better experience. But this is more important than I think a lot of people realized.