Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Issue Explorer Extension #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [GitHub Actions](#github-actions)
- [GitHub Repositories](#github-repositories)
- [GitHub Pull Request Monitor](#github-pull-request-monitor)
- [GitHub Issue Explorer](#github-issue-explorer)
- [Productivity](#productivity)
- [ARM Template Viewer](#arm-template-viewer)
- [Azure Cosmos DB](#azure-cosmos-db)
Expand Down Expand Up @@ -605,6 +606,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you

![GitHub Pull Request Monitor](https://raw.githubusercontent.com/erichbehrens/pull-request-monitor/master/images/statusBarItems.png)

## [GitHub Issue Explorer](https://marketplace.visualstudio.com/items?itemName=stateful.issue-explorer)

> Create and explore code issues directly within VS Code and help to provide missing context in your issues through code references.

![GitHub Issue Explorer](https://raw.githubusercontent.com/stateful/vscode-issue-explorer/main/assets/demo.gif)

# Productivity

## [ARM Template Viewer](https://marketplace.visualstudio.com/items?itemName=bencoleman.armview)
Expand Down