Search StackOverflow and paste code snippets without leaving Sublime Text 2(github.com)
github.com
Search StackOverflow and paste code snippets without leaving Sublime Text 2
https://github.com/azac/sublime-howdoi-direct-paste
10 comments
Odd. Upon reading the title I immediately thought:
I'll respond first! with howdoi
There's also https://github.com/jpelton/vim/blob/master/plugin/HowDoI.vim.that actually is howdoi, just wrapped, so that you don't need to leave the edited file in Sublime Text :)
Definitely. Less good than what you've created here.
Thank you!
Thank you!
[deleted]
This should be what the future of programming looks like. The programmer only provides a high level overview and the rest of the architecture and API details should be automatically filled in. :P
Make this as a jetbrains plugin also :)
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?
In 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
export C_INCLUDE_PATH=/usr/local/Cellar/libxml2/2.9.1/include/libxml2:$C_INCLUDE_PATH
[deleted]
This is really cool!!
Add this to package control :)
https://github.com/daisy1754/intellij-howdoi-direct-paste