From d2b42ae1bfc8ae23441a3b36b8bbb2085ec5e13f Mon Sep 17 00:00:00 2001 From: "Christian Z. Tamayo" Date: Thu, 28 Nov 2019 21:31:02 +0800 Subject: [PATCH] Add Jira and Bitbucket plugin --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index df1e5ae..54c90c0 100644 --- a/README.md +++ b/README.md @@ -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.