Update Readme.md to include Rush Snippets

Added link and description to Rush Snippets.
This commit is contained in:
Mark Miller 2021-05-24 10:34:26 -06:00 committed by GitHub
parent afc2537ea8
commit b28a47d5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.