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

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!