Chris911 / Ask-Stack-Atom

Ask Stack Overflow for Atom
https://atom.io/packages/ask-stack
MIT License
124 stars 22 forks source link

Ask Stack Overflow for Atom Build Status

Quickly get answers and code samples from Stack Overflow directly in Atom editor.

Preview

Features

Usage

Toggle the Ask Stack Overflow form using CTRL + ALT + A or by typing Ask Stack in the command bar.

Installation

Package homepage

Install from the command line:
$ apm install ask-stack

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request