Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T23:14:00.000Z (over 2 years ago)
- Last Synced: 2023-03-05T10:23:06.373Z (over 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: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Issues](https://img.shields.io/github/issues/emilkrebs/Quick-Help)](https://github.com/emilkrebs/Quick-Help/issues)
[![Build Status](https://img.shields.io/github/workflow/status/emilkrebs/Quick-Help/Build)](https://github.com/emilkrebs/Quick-Help/actions)
[![Version](https://img.shields.io/visual-studio-marketplace/v/EmilKrebs.quickhelp)](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
![Quick Search](https://user-images.githubusercontent.com/68400102/163287464-dc5f6b80-4b97-486d-a438-610b008043f2.gif)
![Search Online](https://user-images.githubusercontent.com/68400102/163287926-b73067d0-e049-48e3-ad8c-d4490b8b693e.gif)## Known Issues
None
[Add Issue](https://github.com/emilkrebs/Quick-Help/issues/new)