From 222a8a87a844906d50581d65be70c590a40ad296 Mon Sep 17 00:00:00 2001 From: raedwa01 Date: Tue, 6 Aug 2019 09:40:41 -0400 Subject: [PATCH] Add PrintCode to README PrintCode is the most feature rich code printer in VS Code --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ba75fd5..33438ee 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Paste JSON as Code](#paste-json-as-code) - [Path IntelliSense](#path-intellisense) - [Power Tools](#power-tools) + - [PrintCode](#printcode) - [Project Manager](#project-manager) - [REST Client](#rest-client) - [Remote VSCode](#remote-vscode) @@ -640,6 +641,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Power Tools](https://raw.githubusercontent.com/egodigital/vscode-powertools/master/img/demo.gif) +## [PrintCode](https://marketplace.visualstudio.com/items?itemName=nobuhito.printcode) + +> PrintCode converts the code being edited into an HTML file, displays it by browser and prints it. + +![PrintCode](https://raw.githubusercontent.com/nobuhito/vscode.printcode/master/printcode.gif) + ## [Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) > Easily switch between projects.