Quickly get answers and code samples from Stack Overflow directly in Atom editor.
- 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
Toggle the Ask Stack Overflow form using CTRL + ALT + A
or by typing Ask Stack
in the command bar.
Install from the command line:
$ apm install ask-stack
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request