From 11a5f29c45c3450d90321dbbb0f93503f6bc6c68 Mon Sep 17 00:00:00 2001 From: Marcel Kloubert Date: Fri, 11 Jan 2019 23:41:39 +0100 Subject: [PATCH 1/2] vscode-powertools --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7b986d6..8ae1535 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Partial Diff](#partial-diff) - [Paste JSON as Code](#paste-json-as-code) - [Path IntelliSense](#path-intellisense) + - [Power Tools](#power-tools) - [Project Manager](#project-manager) - [REST Client](#rest-client) - [Remote VSCode](#remote-vscode) @@ -610,6 +611,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Autocompletion for filenames animation](https://i.giphy.com/iaHeUiDeTUZuo.gif) +## [Power Tools](https://marketplace.visualstudio.com/items?itemName=ego-digital.vscode-powertools) + +> Extends Visual Studio Code via Node.js based scripts, without writing separate extensions + +![Power Tools](https://raw.githubusercontent.com/egodigital/vscode-powertools/master/img/demo.gif) + ## [Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) > Easily switch between projects. From 8d57e477764ed7a89fb65bde035e5f0b9e7bc98d Mon Sep 17 00:00:00 2001 From: Marcel Kloubert Date: Fri, 11 Jan 2019 23:47:17 +0100 Subject: [PATCH 2/2] updated vscode-powertools description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae1535..6ba3c9e 100644 --- a/README.md +++ b/README.md @@ -613,7 +613,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you ## [Power Tools](https://marketplace.visualstudio.com/items?itemName=ego-digital.vscode-powertools) -> Extends Visual Studio Code via Node.js based scripts, without writing separate extensions +> Extends Visual Studio Code via things like Node.js based scripts or shell commands, without writing separate extensions ![Power Tools](https://raw.githubusercontent.com/egodigital/vscode-powertools/master/img/demo.gif)