Add Jira and Bitbucket plugin

This commit is contained in:
Christian Z. Tamayo 2019-11-28 21:31:02 +08:00
parent 9a5bdf47e3
commit d2b42ae1bf

View File

@ -75,6 +75,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Gradle Tasks](#gradle-tasks)
- [Icon Fonts](#icon-fonts)
- [Import Cost](#import-cost)
- [Jira and Bitbucket](#jira-and-bitbucket)
- [JS Parameter Annotations](#js-parameter-annotations)
- [Jumpy](#jumpy)
- [Kanban](#kanban)
@ -599,6 +600,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
![Import Cost Screenshot](https://file-wkbcnlcvbn.now.sh/import-cost.gif)
## [Jira and Bitbucket](https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode)
> Bringing the power of Jira and Bitbucket to VS Code - With Atlassian for VS Code you can create and view issues, start work on issues, create pull requests, do code reviews, start builds, get build statuses and more!
![Jira and Bitbucket workflow](https://bitbucket.org/atlassianlabs/atlascode/raw/master/.readme/dev-workflow.gif)
## [JS Parameter Annotations](https://marketplace.visualstudio.com/items?itemName=lannonbr.vscode-js-annotations)
> Provides annotations on function calls in JS/TS files to provide parameter names to arguments.