16 comments

[ 4.6 ms ] story [ 49.2 ms ] thread
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 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
Seems 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.
ST3 compatibility problem is hopefully solved now, by one of user contribs
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

(comment deleted)
This is really cool!! Add this to package control :)