https://github.com/emilkrebs/quick-help
QuickHelp: A VS Code extension to look up your errors fast.
https://github.com/emilkrebs/quick-help
help quickhelp stackoverflow typescript vscode vscode-extension
Last synced: about 2 months ago
JSON representation
QuickHelp: A VS Code extension to look up your errors fast.
- Host: GitHub
- URL: https://github.com/emilkrebs/quick-help
- Owner: emilkrebs
- License: mit
- Created: 2022-04-12T00:30:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T23:14:00.000Z (about 4 years ago)
- Last Synced: 2025-04-04T17:48:29.209Z (about 1 year ago)
- Topics: help, quickhelp, stackoverflow, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=EmilKrebs.quickhelp
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/emilkrebs/Quick-Help/issues)
[](https://github.com/emilkrebs/Quick-Help/actions)
[](https://marketplace.visualstudio.com/items?itemName=EmilKrebs.quickhelp)
# Quick Help
With this simple extension, you can look up your problems instantly or manually on the internet.
[Marketplace](https://marketplace.visualstudio.com/items?itemName=EmilKrebs.quickhelp)
[GitHub](https://github.com/emilkrebs/Quick-Help/)
## Commands
* `Search Online`: Search something up online.
* `Quick Search`: Select an error and look it up.
## Extension Settings
This extension contributes the following settings:
* `quickhelp.searchEngine`: The Search Engine you want to use.
( Google, DuckDuckGo, Bing, Ecosia, StackOverflow )
* `quickhelp.searchPattern`: Your search pattern. Leave blank to use existing. Example: https://de.wikipedia.org/wiki/{term}
* `quickhelp.addToContextMenu`: Add the \"Search Online\" command to the right click context menu.
## Showcase


## Known Issues
None
[Add Issue](https://github.com/emilkrebs/Quick-Help/issues/new)