dependabot[bot] 35709190a3 Bump minimatch and mocha in /extension/vscode-howdoi %!s(int64=2) %!d(string=hai) anos
..
.vscode 08ff5e0f28 precompile script added to vscod-ext %!s(int64=4) %!d(string=hai) anos
img 6394b2a450 added icon and gallery banner to package.json %!s(int64=4) %!d(string=hai) anos
src 3b41349862 refactored plugin file + updated readme's %!s(int64=4) %!d(string=hai) anos
.eslintrc 39aed70e58 updated eslint rules to disable semicolons %!s(int64=4) %!d(string=hai) anos
.gitignore 4ea67505b4 update gitignore %!s(int64=4) %!d(string=hai) anos
.vscodeignore 4364324786 Updated test files for vscode and plugin %!s(int64=4) %!d(string=hai) anos
CHANGELOG.md 2e37393063 upated vsx file %!s(int64=4) %!d(string=hai) anos
LICENSE.txt 3362412e7f added badges to readme and package.json %!s(int64=4) %!d(string=hai) anos
README.md 3b41349862 refactored plugin file + updated readme's %!s(int64=4) %!d(string=hai) anos
package-lock.json 35709190a3 Bump minimatch and mocha in /extension/vscode-howdoi %!s(int64=2) %!d(string=hai) anos
package.json 35709190a3 Bump minimatch and mocha in /extension/vscode-howdoi %!s(int64=2) %!d(string=hai) anos
tsconfig.json 39bd71b1c9 Updated root + plugin README %!s(int64=4) %!d(string=hai) anos

README.md

Howdoi

Are you a hack programmer? Do you find yourself constantly Googling for how to do basic programming tasks?

Suppose you want to know how to format a date in bash. Why open your browser and read through blogs (risking major distraction) when you can simply stay in the code editor and ask howdoi:

howdoi format bash date

howdoi will answer all sorts of queries: howdoi print stack trace python

Installation

Install howdoi on your machine before using the howdoi extension. To do so, refer to the howdoi installation steps.

Getting Started

The howdoi extension allows users to ask howdoi within their own code editor.

For usage within the code editor:

  1. Write down your question in the code editor commented out with a single line comment.

    up close howdoi print stack trace python

  2. Highlight the text from the first step.

    highlighted howdoi print stack trace python

  3. Open the command palette using:

    cmd/ctrl + shift + P
    

    or

    View > Command Palette
    
  4. Run howdoi in command palette and choose among three answers from the drop down.

    highlighted howdoi print stack trace python

Usage

usage:

// howdoi query [-n NUM_ANSWERS]

positional arguments:

  QUERY                 the question to answer

optional arguments:

  -n NUM_ANSWERS        NUM_ANSWERS
                        number of answers to return
                        (default: 3)

example:

highlighted howdoi print stack trace python

Release Notes

1.0.0

Initial release of the howdoi VS Code Extension.


Enjoy!