From 899de11f6f3991a01a257fe8ff0c7f3c3790453a Mon Sep 17 00:00:00 2001 From: Dejan Toteff Date: Wed, 22 May 2019 08:13:14 +0300 Subject: [PATCH] chore: sync with master --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f6a6a7e..f07b8fd 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Browser Preview](#browser-preview) - [Carbon-now-sh](#carbon-now-sh) - [Code Runner](#code-runner) + - [Code Time](#code-time) - [Color Highlight](#color-highlight) - [Output Colorizer](#output-colorizer) - [Dash](#dash) @@ -124,6 +125,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Editor Config for VS Code](#editor-config-for-vs-code) - [ftp-sync](#ftp-sync) - [Highlight JSX/HTML tags](#highlight-jsxhtml-tags) + - [Indent Rainbow](#indent-rainbow) - [PlatformIO](#platformio) - [Polacode](#polacode) - [Quokka](#quokka) @@ -790,6 +792,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Run a snippet or file animation](https://raw.githubusercontent.com/formulahendry/vscode-code-runner/master/images/usage.gif) +## [Code Time](https://marketplace.visualstudio.com/items?itemName=softwaredotcom.swdc-vscode) + +> Automatic time reports by project and other programming metrics right in VS Code. + +![Code Time](https://raw.githubusercontent.com/swdotcom/swdc-vscode/master/images/vs-code-dashboard.gif) + ## [Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight) > Highlight web colors in your editor @@ -829,6 +837,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![](https://camo.githubusercontent.com/010b886fb93f49c56e4c7308ba0a5a1aca8a2db7/68747470733a2f2f692e696d67626f782e636f6d2f4455584c467657372e676966) +## [Indent Rainbow](https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow) + +> A simple extension to make indentation more readable. + +![indent-rainbow](https://raw.githubusercontent.com/oderwat/vscode-indent-rainbow/master/assets/example.png) + ## [PlatformIO](https://marketplace.visualstudio.com/items?itemName=formulahendry.platformio) > An open source ecosystem for IoT development: supports 350+ embedded boards, 20+ development platforms, 10+ frameworks. Arduino and ARM mbed compatible.