This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Add Issue Management to Visual Studio #1482
Open
Description
Love this extension, but it has a big missing item. It would be extremely helpful to be able to manage GitHub issues from VS while I am working on the code.
Yes, I know I can jump out to the web page and do this, but it is a major slowdown and kills workflow. Having Issues Management inside Visual Studio would be much better.
The key features would be;
- Create new issue from inside VS
- Browse and Read open issues
- Filter for Issues assigned to me
- Issue management, including tags and open/close
- Add comments to Issue
- Easy Issue attribution for commits (a lookup or list, no more figuring our what issue number by going to github)
Wishlist Items;
- [In code editor] Highlight code and Add as Issue Comment or Create Issue
- [not sure how this would be implemented] Code links in issues, go from issue directly to code area
Keep up the good work and thank you.