Skip to content

Chris911/Ask-Stack-Atom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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