dependabot[bot] 35709190a3 Bump minimatch and mocha in /extension/vscode-howdoi | 2 years ago | |
---|---|---|
.. | ||
.vscode | 4 years ago | |
img | 4 years ago | |
src | 4 years ago | |
.eslintrc | 4 years ago | |
.gitignore | 4 years ago | |
.vscodeignore | 4 years ago | |
CHANGELOG.md | 4 years ago | |
LICENSE.txt | 4 years ago | |
README.md | 4 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
tsconfig.json | 4 years ago |
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 will answer all sorts of queries:
Install howdoi on your machine before using the howdoi extension. To do so, refer to the howdoi installation steps.
The howdoi extension allows users to ask howdoi within their own code editor.
For usage within the code editor:
Write down your question in the code editor commented out with a single line comment.
Highlight the text from the first step.
Open the command palette using:
cmd/ctrl + shift + P
or
View > Command Palette
Run howdoi in command palette and choose among three answers from the drop down.
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:
Initial release of the howdoi VS Code Extension.
Enjoy!