use ctrl+shift+3 to start the extension or type open stackview in command palette.
See the demo image's below.
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 extensionmyExtension.thing: set toblahto do something
https://github.com/Deep1144/stackovetflowSearchclone the repo.- use
npm installto install all dev dependencies. - use
ctrl + f5to run it in development env.
Initial release of stacksearch use ctrl+shift+3 or in command palette type open stackview to see this working.
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\on macOS orCtrl+\on Windows and Linux) - Toggle preview (
Shift+CMD+Von macOS orShift+Ctrl+Von Windows and Linux) - Press
Ctrl+Space(Windows, Linux) orCmd+Space(macOS) to see a list of Markdown snippets
Bug : Report here.
Enjoy!

