• Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    CoffeeScript
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ask Stack Overflow for Atom

Ask Stack Overflow for Atom Build Status

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

Preview

Features

  • Insert or copy code samples with the click of a button
  • Easily browse between questions and answers
  • Sort by relevance or votes
  • Access to the number of votes, tags, accepted answer and more

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