From ac2b752c5616c1b6cdd0cfcdc5defc9ea0b515ec Mon Sep 17 00:00:00 2001 From: Hardik Modha Date: Mon, 30 Jul 2018 18:10:42 +0530 Subject: [PATCH] Added create-tests extension which helps to generate test files quickly. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7eb5134..6eae308 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Azure IoT Toolkit](#azure-iot-toolkit) - [Bookmarks](#bookmarks) - [Copy Relative Path](#copy-relative-path) + - [Create tests](#create-tests) - [Deploy](#deploy) - [Gi](#gi) - [Git History](#git-history) @@ -345,6 +346,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Copy Relative Path from a File +## [Create tests](https://marketplace.visualstudio.com/items?itemName=hardikmodha.create-tests) + +> An extension to quickly generate test files. + +![](https://media.giphy.com/media/1iqPhENd8SLd9SggeX/giphy.gif) + ## [Deploy](https://marketplace.visualstudio.com/items?itemName=mkloubert.vs-deploy) > Commands for upload or copy files of a workspace to a destination.