Is there a plugin that will show my github issues in visual studio?
Would be pretty cool to be able to see all that info inside the IDE
I don't know of any plugin offering a direct integration with GitHub bug tracker.
The Git Extensions don't include that feature (and there are one of the advanced plugin to integrate Git - not GitHub, just Git - within Visual Studio).
Maybe another soution would be to get some kind of integration with another bug tracking which then would be able to read from/write to the GitHub issue tracker.
This SO question, for instance, mentioned LightHouse (which isn't a good fit in your case, since it is not integrated with Visual Studio).
精彩评论