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.