https://github.com/deep1144/stackovetflowsearch
vscode extension to open side window in vscode where you can search in stackoverflow
https://github.com/deep1144/stackovetflowsearch
javascript vscode vscode-extension
Last synced: 22 days ago
JSON representation
vscode extension to open side window in vscode where you can search in stackoverflow
- Host: GitHub
- URL: https://github.com/deep1144/stackovetflowsearch
- Owner: Deep1144
- License: mit
- Created: 2020-06-21T13:33:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:40:40.000Z (over 3 years ago)
- Last Synced: 2025-01-22T11:28:21.554Z (over 1 year ago)
- Topics: javascript, vscode, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 554 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# stacksearch README
## Features
use **`ctrl+shift+3`** to start the extension or type **`open stackview`** in command palette.
> See the demo image's below.


## 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
## Development
- `https://github.com/Deep1144/stackovetflowSearch` clone the repo.
- use `npm install` to install all dev dependencies.
- use `ctrl + f5` to run it in development env.
## Release Notes
### 1.0.0
Initial release of stacksearch use `ctrl+shift+3` or in command palette type `open stackview` to see this working.
-----------------------------------------------------------------------------------------------------------
## Working with Markdown
**Note:** You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
### For more information
Bug : Report here.
**Enjoy!**