Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saurabhdaware/vscode-integrated-stackoverflow

Get stackoverflow answers right into your text editor and search for your error solutions easily.
https://github.com/saurabhdaware/vscode-integrated-stackoverflow

search stackoverflow stackoverflow-api visual-studio-code visual-studio-extension vscode vscode-extension

Last synced: about 2 months ago
JSON representation

Get stackoverflow answers right into your text editor and search for your error solutions easily.

Awesome Lists containing this project

README

        

# ? Integrated Stackoverflow

Get stackoverflow answers right into your text editor and search for solutions easily.

Just press ***`CTRL + K S`*** to open search bar into your text editor and search for your error

[![Current version of Integrated Stackoverflow](https://vsmarketplacebadge.apphb.com/version-short/saurabh.integrated-stackoverflow.svg)](https://marketplace.visualstudio.com/items?itemName=saurabh.integrated-stackoverflow) [![Downloads](https://vsmarketplacebadge.apphb.com/downloads/saurabh.integrated-stackoverflow.svg)](https://marketplace.visualstudio.com/items?itemName=saurabh.integrated-stackoverflow) [![Rating](https://vsmarketplacebadge.apphb.com/rating-short/saurabh.integrated-stackoverflow.svg)](https://marketplace.visualstudio.com/items?itemName=saurabh.integrated-stackoverflow)

Visit Marketplace

## Usage
Press ***`CTRL + K S`*** to open stackoverflow searchbar, Paste/Type your error and press enter.

## Snapshots
![](screenshots/ss1.png)

![](screenshots/vid.gif)

## Contribution
- Check for the issues on https://github.com/saurabhdaware/vscode-integrated-stackoverflow/issues
- Fork the project
- Finish your changes and make Pull Request to Master branch of https://github.com/saurabhdaware/vscode-integrated-stackoverflow

## Local Development
- Fork this project
- `git clone https://github.com/{your username}/vscode-integrated-stackoverflow`
- `cd vscode-integrated-stackoverflow`
- `npm install`
- Open the project in Visual Studio Code and press `Ctrl + f5` to start Extension host.

## Release Notes

### 1.0.x

Initial Release of Integrated Stackoverflow and Minor Updates.

----

***Dont forget to star my github repository https://github.com/saurabhdaware/vscode-integrated-stackoverflow***

***Enjoy 🎉***