I'm currently using a Macbook Pro, which I love.
I have little to no issues, however the Chromebook 11 looks great and I'm considering a smaller machine. This won't be full time change, as I know some of the limitations.<p>However I'll love to hear some persons' experiences who have used or currently use a Chromebook for development.<p>Currently I use- Sublime Text & iTerm2
I use one and find it pretty good. I go between crouton with xfce for development using vim or using nitrous.io in the browser. I mostly use the setup for angular or python coding.<p>I'm pretty happy with nitrous, I do kind of find the context switching a bit strange in that I can have browser tabs open and tabs in nitrous open - ctrl-tab obvious changes the browser tab, but my brain, when I'm editing code in a tabbed environment, still sometimes expects the code editor to switch tabs. Still, I have to say I ran an experiment on nitrous and if Vim is more your thing, you can actually run a shell inside the browser and fire up vim.
I do 80% of my programming on my Chromebook... kinda.<p>I enabled developer mode on my Chromebook and I SSH into another machine I have set up. From there I use tmux and vim.<p>Essentially, my workflow is as such:<p>1. SSH into the server<p>2. Attach to tmux session<p>3. Code<p>4. Detach from tmux session<p>5. Logout from the server<p>You can set up a machine at home to use or even rent a $5 VPS. You could even SSH into your current machine.
I have been using ShiftEdit(<a href="https://shiftedit.net/" rel="nofollow">https://shiftedit.net/</a>) & secure shell extention (<a href="https://chrome.google.com/webstore/detail/secure-shell/pnhechapfaindjhompbnflcldabbghjo/reviews" rel="nofollow">https://chrome.google.com/webstore/detail/secure-shell/pnhec...</a>).<p>This setup works great. Only thing I miss is debugger.
I've been developing on Chromebook for over a year using <a href="https://www.neutrondrive.com/" rel="nofollow">https://www.neutrondrive.com/</a><p>You can store and edit code on Google Drive or connect it to a development server to run your code.
Enabling Dev Tools Experiments makes chrome a good front-end editor
<a href="http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/" rel="nofollow">http://www.html5rocks.com/en/tutorials/developertools/revolu...</a>
I use an older HP 14" Chromebook for my web development (Rails, JS, etc) and enjoy it. Most of the time I use Nitrous.io, but it annoyingly disconnects a lot. Other than that love the simple setup.