Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!**