From e99a46d1c8c448b6a60c48cdce40568cb02c6080 Mon Sep 17 00:00:00 2001 From: Sam Verschueren Date: Mon, 8 Feb 2016 09:45:31 +0100 Subject: [PATCH] add vscode-set-text --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e07ed14..371c1bb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ A curated list of delightful VS Code packages and resources. For more awesomenes - [Sort Lines](#sort-lines) - [Yo](#yo) - [Resources for extension developers](#resources-for-extension-developers) + - [Utilities](#utilities) - [Contribute](#contribute) - [License](#license) @@ -181,8 +182,14 @@ Unfortunately, VS Code doesn't support custom UI themes yet https://github.com/M ![](https://raw.githubusercontent.com/SamVerschueren/vscode-yo/master/media/yo.gif) + ## Resources for extension developers +### Utilities + +- [vscode-set-text](https://github.com/samverschueren/vscode-set-text) - An easy-to-use VS Code `#setText()` method. + + ## Contribute Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first.