This is all well and good for seasoned programmers who know what the snippet that has just been inserted does, but this is going to reduce code quality (lots of copypasta) and I have huge issue with the fact that StackOverflow answers often provide an explanation of the code, which this plugin obviously strips away. Perhaps come up with a way to add the explanation from SO as a comment to the inserted code snippet?
Search StackOverflow and paste code snippets without leaving Sublime Text 2
11–17 of 17 posts
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#12Seems pretty cool! Would this work with Sublime Text 3 too?
Tried it, doesn't work. No idea why, did some very limited poking around, couldn't see anything obviously out of order.
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#13In case someone gets stuck getting howdoi to work on Mavericks, export the libxml2 path before pip install howdoi:
export C_INCLUDE_PATH=/usr/local/Cellar/libxml2/2.9.1/include/libxml2:$C_INCLUDE_PATH
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#14[deleted]
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#15This is really cool!!
Add this to package control :)
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#16Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#17It's really cool. I developed intellij plugin inspried by this