项目作者: SOinIDE-SE491

项目描述 :
Stack Overflow plugin for VS Code IDE
高级语言: Vue
项目地址: git://github.com/SOinIDE-SE491/foundation.git
创建时间: 2020-05-01T01:58:08Z
项目社区:https://github.com/SOinIDE-SE491/foundation

开源协议:MIT License

下载


Stack Overflow VS-Code Extension Build Status

Team Members

  1. Bright Phakamad
  2. Marko Milosavljevic
  3. Pedro Rebollar
  4. Price Shoemaker
  5. David Bergunder

Features

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:

stackoverflow_ide_homepage

stackoverflow_ide_answers

stackoverflow_ide_overview

Running Instructions

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:

  1. In terminal window, change shell to Task -watch
  2. press CTRL-C
  3. Extension Development Host will open

View command Pallete

View -> Command Pallette

Select Stackoverflow IDE

Enjoy!

Known Issues

Currently have to ‘CTRL-C’ in the watch terminal window before entering DeBugging mode. After that, extension Devleopment Host window will Appear.

Release Notes

Initial release into markeplace

1.0.0

Initial release of Stackoverflow IDE


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