Stack Overflow plugin for VS Code IDE
StackOverflow IDE is a VS-Code extension that allows you to search for questions in StackOverflow and insert them directly into your code. You’re able to paginate through questions, answers, copy and insert code, and favorite your questions. Light & Dark Mode is offered as well depending on your IDE preference.
For example if there is an image subfolder under your extension project workspace:
Ensure that package manager is up to date
npm install
Compiling the project
npm run compile
Start Debugging
Press F5
or Run -> Start Debugging
DUE TO CURRENT DEVLOPMENT ISSUE:
In terminal window, change shell to Task -watch
press CTRL-C
Extension Development Host will open
View command Pallete
View -> Command Pallette
Select Stackoverflow IDE
Enjoy!
Currently have to ‘CTRL-C’ in the watch terminal window before entering DeBugging mode. After that, extension Devleopment Host window will Appear.
Initial release into markeplace
Initial release of Stackoverflow IDE
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
Cmd+\
on macOS or Ctrl+\
on Windows and Linux)Shift+CMD+V
on macOS or Shift+Ctrl+V
on Windows and Linux)Ctrl+Space
(Windows, Linux) or Cmd+Space
(macOS) to see a list of Markdown snippets