From 6244900935b851c4b8fe33d47835491251049119 Mon Sep 17 00:00:00 2001 From: Ryan Cole Date: Fri, 1 Feb 2019 19:10:09 +0100 Subject: [PATCH 1/3] add Code Time --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f981030..5cf0d03 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,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) @@ -779,6 +780,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 From ac3c4c20f71864313ee2a103edb0d3184953be22 Mon Sep 17 00:00:00 2001 From: Andrey Semakin Date: Thu, 14 Mar 2019 23:12:13 +0500 Subject: [PATCH 2/3] Add intent rainbow --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 56763a1..8a8defe 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,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) @@ -591,6 +592,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![View and run your .NET Core tests directly in the editor animation](https://raw.githubusercontent.com/formulahendry/vscode-dotnet-test-explorer/master/images/test-explorer.gif) + ## [Instant Markdown](https://marketplace.visualstudio.com/items?itemName=dbankier.vscode-instant-markdown) >Simply, edit markdown documents in vscode and instantly preview it in your browser as you type. @@ -828,6 +830,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. From ad1d1b67dd9f1451c0e9d4a88239cd2001e8433e Mon Sep 17 00:00:00 2001 From: Andrey Semakin Date: Thu, 14 Mar 2019 23:16:58 +0500 Subject: [PATCH 3/3] Remove extra blank line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8a8defe..615d101 100644 --- a/README.md +++ b/README.md @@ -592,7 +592,6 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![View and run your .NET Core tests directly in the editor animation](https://raw.githubusercontent.com/formulahendry/vscode-dotnet-test-explorer/master/images/test-explorer.gif) - ## [Instant Markdown](https://marketplace.visualstudio.com/items?itemName=dbankier.vscode-instant-markdown) >Simply, edit markdown documents in vscode and instantly preview it in your browser as you type.