Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/saurabhdaware/vscode-integrated-stackoverflow
- Owner: saurabhdaware
- Created: 2019-07-03T17:40:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:53:31.000Z (about 2 years ago)
- Last Synced: 2024-06-12T00:37:00.375Z (6 months ago)
- Topics: search, stackoverflow, stackoverflow-api, visual-studio-code, visual-studio-extension, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=saurabh.integrated-stackoverflow
- Size: 1.06 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)
## 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 🎉***