/atom-pull-requests

:octocat: View/Edit comments on a Pull Request directly inside the Atom Editor

Primary LanguageCoffeeScript

pull-requests package for Atom gh-board

View/Edit comments on a Pull Request directly inside the Atom Editor.

counts-and-icons-in-tab

Annoyed when someone litters your elegant code with "comments", and "suggestions"? and then you have to sift through all the files in your text editor to find the right place? Fear no more!

in action

TODO

  • work with private or enterprise repositories (see package settings)
  • show comment counts in tree view and in file tab
  • render all MarkDown in the comments
    • render emojis
  • support forked Pull Requests
  • do local diff of all commits since the one pushed to GitHub
    • let user know that they have unpushed commits
  • support comments made to the entire Pull Request (not just lines in the code)

Atom API Suggestions

  • expose a tree-view file decorator that can add classes asynchronously
  • expose a tabs filename decorator so open tabs can have the # of comments in the file

atom-community/linter suggestions

  • provide icons in gutter markers