Search StackOverflow and paste code snippets without leaving Sublime Text 2
1–10 of 17 posts
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#2Odd. 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.Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#3Odd. 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 :)
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#4Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#5Odd. 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!
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#6This 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
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#7Make this as a jetbrains plugin also :)
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#8This is really cool.
But why type 'in php' if you're editing a .php file? I'd think Sublime could fill that bit in for you.
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#9This is really cool. But why type 'in php' if you're editing a .php file? I'd think Sublime could fill that bit in for you.
good point, thanks - will change that
Re: Search StackOverflow and paste code snippets without leaving Sublime Text 2
#10Seems pretty cool! Would this work with Sublime Text 3 too?