Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishnaanaril/gethelp
A VSCode extension to search easily in Google and StackOverflow.
https://github.com/krishnaanaril/gethelp
Last synced: 5 days ago
JSON representation
A VSCode extension to search easily in Google and StackOverflow.
- Host: GitHub
- URL: https://github.com/krishnaanaril/gethelp
- Owner: krishnaanaril
- License: mit
- Created: 2018-08-14T16:07:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T12:26:10.000Z (over 3 years ago)
- Last Synced: 2023-08-03T20:09:46.398Z (over 1 year ago)
- Language: TypeScript
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gethelp README
"GetHelp" is a very simple extension. It helps the user to search the selected text in the either Google or StackOverflow.
## Features
* Google Search
Select the text to be searched, right click and choose "GetHelp - Google"
* StackOverflow Search
Select the text to be searched, right click and choose "GetHelp - StackOverflow"
![feature X](assets/images/screenshot.png)
## Requirements
Nothing in particular
## Extension Settings
Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
For example:
This extension contributes the following settings:
* `myExtension.enable`: enable/disable this extension
* `myExtension.thing`: set to `blah` to do something## Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
## Release Notes
Initial release of GetHelp
### 1.0.0
Initial release of GetHelp with support for text-editor in VSCode.
### For more information
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)**Enjoy!**