A visual studio extension for working with issues on GitHub by Rob Prouse.
Access and manage GitHub issues for repositories that you have commit access to. You can filter and view issues for a repository, edit issues, add comments and close issue. This is the first Alpha release, more features are coming.
The easiest way to download is by going to Tools | Extensions in Visual Studio and searching for the GitHub Extension. It is also available in the Visual Studio Gallery and in the GitHub Releases for the project.
We do not currently support GitHub's Two-Factor Authentication system. However, you can generate a Personal Access Token to log in to your GitHub account instead.
If you ever want to revoke the token, visit the GitHub Applications settings page and click Delete next to the key you wish to remove.
This project supports Visual Studio 2012 and newer. You will need the Visual Studio SDK installed for the particular version of Visual Studio you are testing.
Optionally, set the GitHub CLIENT_ID
and CLIENT_SECRET
in Secrets.cs
which is in the
Model
folder of the GitHubIssues
project. Note that if these values are not set, the
only supported authentication method will be specifying an access token generated according
to the steps described in Two Factor Authentication, above.
To debug,
GitHubExtension
as the startup project