From b28a47d5e40337fa369d773686e31e3eb89a9b63 Mon Sep 17 00:00:00 2001 From: Mark Miller Date: Mon, 24 May 2021 10:34:26 -0600 Subject: [PATCH] Update Readme.md to include Rush Snippets Added link and description to Rush Snippets. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 14cd1e2..d1d6949 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Rainbow CSV](#rainbow-csv) - [Remote Development](#remote-development) - [Remote VSCode](#remote-vscode) + - [Rush Snippets](#rush-snippets) - [Settings Sync](#settings-sync) - [Text Power Tools](#text-power-tools) - [Todo Tree](#todo-tree) @@ -805,6 +806,14 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Allow user to edit files from Remote server in Visual Studio Code directly. +## [Rush Snippets](https://marketplace.visualstudio.com/items?itemName=DevExpress.rushsnippets) + +> Rush Snippets is a collection of easy-to-recall VS Code shortcuts that expand into larger blocks of boilerplate code that developers create all the time. + +> Rush Snippets can help you declare TypeScript more efficiently, with fewer errors, less physical strain, and a lower cognitive load. + +![Rush Snippets](https://github.com/DevExpress/vscode-rushsnippets/raw/master/media/rush-snippets-different-prefixes-for-templates.gif) + ## [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) > Allows you to send HTTP request and view the response in Visual Studio Code directly.