Ask Stack Overflow for Atom
atom.io
Ask Stack Overflow for Atom
1–10 of 41 posts
Re: Ask Stack Overflow for Atom
#2Re: Ask Stack Overflow for Atom
#3Re: Ask Stack Overflow for Atom
#4Re: Ask Stack Overflow for Atom
#5Re: Ask Stack Overflow for Atom
#6https://github.com/gleitz/howdoi
pip install howdoi
vim plugin: https://github.com/laurentgoudet/vim-howdoione of the emacs plugins: https://github.com/atykhonov/emacs-howdoi
one of the sublime plugins: https://github.com/azac/sublime-howdoi-direct-paste
Re: Ask Stack Overflow for Atom
#7When editing code, I'm not browsing StackOverflow or switching to StackOverflow so much that the actual Alt+Tab-ing to the browser window is the bottleneck. And when I do Alt+Tab to the browser window, I usually search Google for what I want to achieve, and yes, most of the times I end up on StackOverflow, but sometimes other sites, most notably Wikipedia, can help me better. Periods when I'm on StackOverflow are more of a small research session within a development session. Quick look-ups constitute a smaller fraction of my Google searches, especially when I work in an environment/language I have grokked.
Pasting from the answers I see even less useful. What was the last time you actually pasted verbatim a code snippet from a StackOverflow answer? In 95% of the cases, I read the answer to get an idea and then implement it appropriately in my code. Such copy/paste solutions are most often just hackjobs full of kludges that are worth marginally more than a pile of dog shit.
Re: Ask Stack Overflow for Atom
#8Are people actually using Atom in production projects? I found it unusably slow because it's browser-based; a generation behind Sublime Text in speed.
Re: Ask Stack Overflow for Atom
#9Re: Ask Stack Overflow for Atom
#10Genuine question. Are people actually using Atom in production projects? I found it unusably slow because it's browser-based; a generation behind Sublime Text in speed.