howdoi

Natural language code autocomplete shortcut.

idevelop

376

6

0.1.1

MIT

GitHub

How do I code

Atom package to shortcut the common developer flow:

  1. "wait, how do i concat arrays in ios?"
  2. google.com
  3. click on first stackoverflow result
  4. scroll to top comment, select code block, copy
  5. go back to code editor, paste

Now, you can just write your query inline, press Ctrl+?, then see the code magically get autocompleted.

Screencast

It should work for any syntax that has reasonably good questions and answers on stackoverflow.com.

Features

Important

This package uses the Google Custom Search API combined with the StackExchange API. To be able to use the Google API you need to set an API Key in Settings.

Follow the steps under Custom Search Engine here: https://developers.google.com/custom-search/json-api/v1/introduction#identify_your_application_to_google_with_api_key.

The free tier of the API is limited to 100 queries / day.

Author

Andrei Gheorghe

License