From a765360f019249e3c76b100e6581d265bbcd3643 Mon Sep 17 00:00:00 2001 From: Heron Silva Date: Sun, 7 May 2017 00:58:31 -0300 Subject: [PATCH 01/14] Adds "Settings Sync" extension --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 92af318..3eb3749 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Path IntelliSense](#path-intellisense) - [Project Manager](#project-manager) - [REST Client](#rest-client) + - [Settings Sync](#settings-sync) - [Yo](#yo) - [Formatting/Beautification](#formatting-beautification) - [Align](#align) @@ -264,6 +265,12 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ![](https://raw.githubusercontent.com/Huachao/vscode-restclient/master/images/usage.gif) +### [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) + +> Synchronize settings, snippets, themes, file icons, launch, keybindings, workspaces and extensions across multiple machines using Github Gist + +![Settings Sync](http://i.imgur.com/QZtaBca.gif) + ### [Yo](https://marketplace.visualstudio.com/items?itemName=samverschueren.yo) > Scaffold projects using [Yeoman](http://yeoman.io/) From 65ff4caceb6f5a6788fb81d85a95c1a56b8b71a4 Mon Sep 17 00:00:00 2001 From: formulahendry Date: Mon, 15 May 2017 11:41:08 +0800 Subject: [PATCH 02/14] Add 'PlatformIO' extension --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3eb3749..2a3c731 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - [Editor Config for VS Code](#editor-config-for-vs-code) - [ftp-sync](#ftp-sync) + - [PlatformIO](#platformio) - [Quokka](#quokka) - [Runner](#runner) - [Slack](#slack) @@ -355,6 +356,12 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ![](http://i.imgur.com/W9h4pwW.gif) +### [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. + +![](https://raw.githubusercontent.com/formulahendry/vscode-platformio/master/images/build.gif) + ### [Quokka](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode) > Rapid prototyping playground for JavaScript and TypeScript in VS Code, with access to your project's files, inline reporting, code coverage and rich output formatting. From e3b37f4e4c71e13485683f07c10668f4258cdbde Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Sun, 21 May 2017 12:38:53 +0100 Subject: [PATCH 03/14] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a3c731..f2b9ebb 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - Preview C/C++ extension by [Microsoft](https://www.microsoft.com), read [official blog post](https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/) for the details - [gnu-global-tags](https://marketplace.visualstudio.com/items?itemName=austin.code-gnu-global) - Provide Intellisense for C/C++ with the help of the GNU Global tool. - [YouCompleteMe](https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me) - Provides semantic completions for C/C++ (and TypeScript, JavaScript, Objective-C, Golang, Rust) using [YouCompleteMe](http://valloric.github.io/YouCompleteMe/). +- [C/C++ Clang Command Adapter](https://github.com/mitaki28/vscode-clang) - Completion and Diagnostic for C/C++/Objective-C using Clang command. ### CSS From 6925587f7f30989bdc2b55fbb4e8705b35ba49ef Mon Sep 17 00:00:00 2001 From: Lennon Jesus Date: Fri, 7 Jul 2017 16:07:13 -0300 Subject: [PATCH 04/14] Fix anchor in table of contents (#58) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2b9ebb..863be26 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [REST Client](#rest-client) - [Settings Sync](#settings-sync) - [Yo](#yo) -- [Formatting/Beautification](#formatting-beautification) +- [Formatting/Beautification](#formatting--beautification) - [Align](#align) - [Auto Close Tag](#auto-close-tag) - [Auto Rename Tag](#auto-rename-tag) From 6610579045e089f6aea5e16f7e6a62edf1f574dc Mon Sep 17 00:00:00 2001 From: Alex Alonso Date: Tue, 11 Jul 2017 17:42:49 +0800 Subject: [PATCH 05/14] update REAME indentation --- README.md | 100 +++++++++++++++++++++++++++--------------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/README.md b/README.md index 863be26..8b19a45 100644 --- a/README.md +++ b/README.md @@ -15,61 +15,61 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Official](#official) - [Syntax](#syntax) - [Lint and IntelliSense](#lint-and-intellisense) - - [C++](#c) - - [CSS](#css) - - [Go](#go) - - [JavaScript](#javascript) - - [Markdown](#markdown) - - [Python](#python) - - [Rust](#rust) +- [C++](#c) +- [CSS](#css) +- [Go](#go) +- [JavaScript](#javascript) +- [Markdown](#markdown) +- [Python](#python) +- [Rust](#rust) - [Themes](#themes) - - [Material-theme](#material-theme) - - [Base16 Ocean Kit](#base16-ocean-kit) - - [Seti](#seti) - - [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) - - [An Old Hope Theme](#an-old-hope-theme) +- [Material-theme](#material-theme) +- [Base16 Ocean Kit](#base16-ocean-kit) +- [Seti](#seti) +- [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) +- [An Old Hope Theme](#an-old-hope-theme) - [Productivity](#productivity) - - [Azure IoT Toolkit](#azure-iot-toolkit) - - [Bookmarks](#bookmarks) - - [Copy Relative Path](#copy-relative-path) - - [Gi](#gi) - - [Git History](#git-history) - - [Git Project Manager](#git-project-manager) - - [GitLink](#gitlink) - - [GitLens](#gitlens) - - [Icon Fonts](#icon-fonts) - - [Multiple clipboards](#multiple-clipboards) - - [Path IntelliSense](#path-intellisense) - - [Project Manager](#project-manager) - - [REST Client](#rest-client) - - [Settings Sync](#settings-sync) - - [Yo](#yo) +- [Azure IoT Toolkit](#azure-iot-toolkit) +- [Bookmarks](#bookmarks) +- [Copy Relative Path](#copy-relative-path) +- [Gi](#gi) +- [Git History](#git-history) +- [Git Project Manager](#git-project-manager) +- [GitLink](#gitlink) +- [GitLens](#gitlens) +- [Icon Fonts](#icon-fonts) +- [Multiple clipboards](#multiple-clipboards) +- [Path IntelliSense](#path-intellisense) +- [Project Manager](#project-manager) +- [REST Client](#rest-client) +- [Settings Sync](#settings-sync) +- [Yo](#yo) - [Formatting/Beautification](#formatting--beautification) - - [Align](#align) - - [Auto Close Tag](#auto-close-tag) - - [Auto Rename Tag](#auto-rename-tag) - - [beautify](#beautify) - - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - - [Paste and Indent](#paste-and-indent) - - [Sort Lines](#sort-lines) +- [Align](#align) +- [Auto Close Tag](#auto-close-tag) +- [Auto Rename Tag](#auto-rename-tag) +- [beautify](#beautify) +- [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) +- [Paste and Indent](#paste-and-indent) +- [Sort Lines](#sort-lines) - [Uncategorized](#uncategorized) - - [Code Runner](#code-runner) - - [Color Highlight](#color-highlight) - - [Dash](#dash) - - [Debugger for Chrome](#debugger-for-chrome) - - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - - [Editor Config for VS Code](#editor-config-for-vs-code) - - [ftp-sync](#ftp-sync) - - [PlatformIO](#platformio) - - [Quokka](#quokka) - - [Runner](#runner) - - [Slack](#slack) - - [SVG Viewer](#svg-viewer) - - [Vim Mode](#vim-mode) +- [Code Runner](#code-runner) +- [Color Highlight](#color-highlight) +- [Dash](#dash) +- [Debugger for Chrome](#debugger-for-chrome) +- [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) +- [Editor Config for VS Code](#editor-config-for-vs-code) +- [ftp-sync](#ftp-sync) +- [PlatformIO](#platformio) +- [Quokka](#quokka) +- [Runner](#runner) +- [Slack](#slack) +- [SVG Viewer](#svg-viewer) +- [Vim Mode](#vim-mode) - [Resources for extension developers](#resources-for-extension-developers) - - [Documentation](#documentation) - - [Libraries](#libraries) - - [Tools](#tools) +- [Documentation](#documentation) +- [Libraries](#libraries) +- [Tools](#tools) - [Contribute](#contribute) - [License](#license) From 33d5de9a352c04c8580d4c2acf7f4e679755e8c1 Mon Sep 17 00:00:00 2001 From: Alex Alonso Date: Tue, 11 Jul 2017 17:50:20 +0800 Subject: [PATCH 06/14] add typescript tslint plugin --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8b19a45..2ce18a9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Markdown](#markdown) - [Python](#python) - [Rust](#rust) +- [Typescript](#typescript) - [Themes](#themes) - [Material-theme](#material-theme) - [Base16 Ocean Kit](#base16-ocean-kit) @@ -160,6 +161,9 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [Rust](https://marketplace.visualstudio.com/items?itemName=kalitaalexey.vscode-rust) - Linting, auto-completion, code formatting, snippets and more +### TypeScript + +- [tslint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) - TSLint for Visual Studio Code ## Themes From 0031fba06e4ec41a6fdc82a760f959b5677b1bfc Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Fri, 21 Jul 2017 09:13:34 +0200 Subject: [PATCH 07/14] Revert "update REAME indentation" This reverts commit 6610579045e089f6aea5e16f7e6a62edf1f574dc. --- README.md | 102 +++++++++++++++++++++++++++--------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index 2ce18a9..989b0de 100644 --- a/README.md +++ b/README.md @@ -15,62 +15,62 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Official](#official) - [Syntax](#syntax) - [Lint and IntelliSense](#lint-and-intellisense) -- [C++](#c) -- [CSS](#css) -- [Go](#go) -- [JavaScript](#javascript) -- [Markdown](#markdown) -- [Python](#python) -- [Rust](#rust) -- [Typescript](#typescript) + - [C++](#c) + - [CSS](#css) + - [Go](#go) + - [JavaScript](#javascript) + - [Markdown](#markdown) + - [Python](#python) + - [Rust](#rust) + - [Typescript](#typescript) - [Themes](#themes) -- [Material-theme](#material-theme) -- [Base16 Ocean Kit](#base16-ocean-kit) -- [Seti](#seti) -- [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) -- [An Old Hope Theme](#an-old-hope-theme) + - [Material-theme](#material-theme) + - [Base16 Ocean Kit](#base16-ocean-kit) + - [Seti](#seti) + - [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) + - [An Old Hope Theme](#an-old-hope-theme) - [Productivity](#productivity) -- [Azure IoT Toolkit](#azure-iot-toolkit) -- [Bookmarks](#bookmarks) -- [Copy Relative Path](#copy-relative-path) -- [Gi](#gi) -- [Git History](#git-history) -- [Git Project Manager](#git-project-manager) -- [GitLink](#gitlink) -- [GitLens](#gitlens) -- [Icon Fonts](#icon-fonts) -- [Multiple clipboards](#multiple-clipboards) -- [Path IntelliSense](#path-intellisense) -- [Project Manager](#project-manager) -- [REST Client](#rest-client) -- [Settings Sync](#settings-sync) -- [Yo](#yo) + - [Azure IoT Toolkit](#azure-iot-toolkit) + - [Bookmarks](#bookmarks) + - [Copy Relative Path](#copy-relative-path) + - [Gi](#gi) + - [Git History](#git-history) + - [Git Project Manager](#git-project-manager) + - [GitLink](#gitlink) + - [GitLens](#gitlens) + - [Icon Fonts](#icon-fonts) + - [Multiple clipboards](#multiple-clipboards) + - [Path IntelliSense](#path-intellisense) + - [Project Manager](#project-manager) + - [REST Client](#rest-client) + - [Settings Sync](#settings-sync) + - [Yo](#yo) - [Formatting/Beautification](#formatting--beautification) -- [Align](#align) -- [Auto Close Tag](#auto-close-tag) -- [Auto Rename Tag](#auto-rename-tag) -- [beautify](#beautify) -- [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) -- [Paste and Indent](#paste-and-indent) -- [Sort Lines](#sort-lines) + - [Align](#align) + - [Auto Close Tag](#auto-close-tag) + - [Auto Rename Tag](#auto-rename-tag) + - [beautify](#beautify) + - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) + - [Paste and Indent](#paste-and-indent) + - [Sort Lines](#sort-lines) - [Uncategorized](#uncategorized) -- [Code Runner](#code-runner) -- [Color Highlight](#color-highlight) -- [Dash](#dash) -- [Debugger for Chrome](#debugger-for-chrome) -- [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) -- [Editor Config for VS Code](#editor-config-for-vs-code) -- [ftp-sync](#ftp-sync) -- [PlatformIO](#platformio) -- [Quokka](#quokka) -- [Runner](#runner) -- [Slack](#slack) -- [SVG Viewer](#svg-viewer) -- [Vim Mode](#vim-mode) + - [Code Runner](#code-runner) + - [Color Highlight](#color-highlight) + - [Dash](#dash) + - [Debugger for Chrome](#debugger-for-chrome) + - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) + - [Editor Config for VS Code](#editor-config-for-vs-code) + - [ftp-sync](#ftp-sync) + - [PlatformIO](#platformio) + - [Quokka](#quokka) + - [Runner](#runner) + - [Slack](#slack) + - [SVG Viewer](#svg-viewer) + - [Vim Mode](#vim-mode) - [Resources for extension developers](#resources-for-extension-developers) -- [Documentation](#documentation) -- [Libraries](#libraries) -- [Tools](#tools) + - [Documentation](#documentation) + - [Libraries](#libraries) + - [Tools](#tools) - [Contribute](#contribute) - [License](#license) From 120dbb007a019eafde1a47581c1c934b185aecd8 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Fri, 21 Jul 2017 09:14:27 +0200 Subject: [PATCH 08/14] Moved ts closer to js --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 989b0de..be58ff0 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [CSS](#css) - [Go](#go) - [JavaScript](#javascript) + - [Typescript](#typescript) - [Markdown](#markdown) - [Python](#python) - [Rust](#rust) - - [Typescript](#typescript) - [Themes](#themes) - [Material-theme](#material-theme) - [Base16 Ocean Kit](#base16-ocean-kit) @@ -145,6 +145,10 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [AVA](https://marketplace.visualstudio.com/items?itemName=samverschueren.ava) - Snippets for [AVA](https://github.com/avajs/ava). - [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Linter, Formatter and Pretty printer for [Prettier](https://github.com/esbenp/prettier-vscode). +### TypeScript + +- [tslint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) - TSLint for Visual Studio Code + ### Markdown - [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) - Linter for [markdownlint](https://github.com/DavidAnson/markdownlint). @@ -161,10 +165,6 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [Rust](https://marketplace.visualstudio.com/items?itemName=kalitaalexey.vscode-rust) - Linting, auto-completion, code formatting, snippets and more -### TypeScript - -- [tslint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) - TSLint for Visual Studio Code - ## Themes ### UI From 1c6e7fe1d98a9518d6e2ac8c390681e99609c640 Mon Sep 17 00:00:00 2001 From: "ANDREW M. TRICE" Date: Thu, 13 Jul 2017 13:54:06 -0400 Subject: [PATCH 09/14] Added "Output Colorizer" extension --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index be58ff0..55fcc65 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Uncategorized](#uncategorized) - [Code Runner](#code-runner) - [Color Highlight](#color-highlight) + - [Output Colorizer](#output-colorizer) - [Dash](#dash) - [Debugger for Chrome](#debugger-for-chrome) - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) @@ -339,6 +340,12 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ![](https://cdn-images-1.medium.com/max/1600/1*ZwE7OHKR5opvDCJJOw9KeQ.png) + +#### [Output Colorizer](https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer) +> Syntax highlighting for the VS Code Output Panel and log files + +![IBM.output-colorizer](https://raw.githubusercontent.com/IBM-Bluemix/vscode-log-output-colorizer/master/github-assets/screenshot-1.jpg) + ### [Dash](https://marketplace.visualstudio.com/items?itemName=deerawan.vscode-dash) > Dash integration in Visual Studio Code From 475d83334220dc0f395adde000ae0585752ddd3d Mon Sep 17 00:00:00 2001 From: "ANDREW M. TRICE" Date: Thu, 13 Jul 2017 13:54:42 -0400 Subject: [PATCH 10/14] fixed formatting on output colorizer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55fcc65..bfae007 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ![](https://cdn-images-1.medium.com/max/1600/1*ZwE7OHKR5opvDCJJOw9KeQ.png) -#### [Output Colorizer](https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer) +### [Output Colorizer](https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer) > Syntax highlighting for the VS Code Output Panel and log files ![IBM.output-colorizer](https://raw.githubusercontent.com/IBM-Bluemix/vscode-log-output-colorizer/master/github-assets/screenshot-1.jpg) From 3f0bd8096a33f74cdc482403526dfa867dd94cae Mon Sep 17 00:00:00 2001 From: Mahmoud Ali Date: Tue, 27 Jun 2017 10:23:19 -0300 Subject: [PATCH 11/14] Add One Dark and One Light themes --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index bfae007..e05a895 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Python](#python) - [Rust](#rust) - [Themes](#themes) + - [Atom One Dark Theme](#atom-one-dark-theme) + - [Atom One Light Theme](#atom-one-light-theme) - [Material-theme](#material-theme) - [Base16 Ocean Kit](#base16-ocean-kit) - [Seti](#seti) @@ -179,6 +181,18 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ### Syntax +#### [Atom One Dark Theme](https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onedark) + +Features full workbench theming + +![](https://raw.githubusercontent.com/akamud/vscode-theme-onedark/master/screenshots/preview.png) + +#### [Atom One Light Theme](https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onelight) + +Features full workbench theming + +![](https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/screenshots/preview.png) + #### [Material-theme](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) ![](https://raw.githubusercontent.com/Binaryify/Material-Theme-vscode/master/static/screenshot1.png) From 447bfb11e762c1cd80244523d13141fdc97fed0a Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Fri, 21 Jul 2017 09:17:46 +0200 Subject: [PATCH 12/14] Update README.md --- README.md | 108 +++++++++++++++++++++++++++--------------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/README.md b/README.md index e05a895..21e0b6d 100644 --- a/README.md +++ b/README.md @@ -15,65 +15,65 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Official](#official) - [Syntax](#syntax) - [Lint and IntelliSense](#lint-and-intellisense) - - [C++](#c) - - [CSS](#css) - - [Go](#go) - - [JavaScript](#javascript) - - [Typescript](#typescript) - - [Markdown](#markdown) - - [Python](#python) - - [Rust](#rust) + - [C++](#c) + - [CSS](#css) + - [Go](#go) + - [JavaScript](#javascript) + - [Typescript](#typescript) + - [Markdown](#markdown) + - [Python](#python) + - [Rust](#rust) - [Themes](#themes) - - [Atom One Dark Theme](#atom-one-dark-theme) - - [Atom One Light Theme](#atom-one-light-theme) - - [Material-theme](#material-theme) - - [Base16 Ocean Kit](#base16-ocean-kit) - - [Seti](#seti) - - [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) - - [An Old Hope Theme](#an-old-hope-theme) + - [Atom One Dark Theme](#atom-one-dark-theme) + - [Atom One Light Theme](#atom-one-light-theme) + - [Material-theme](#material-theme) + - [Base16 Ocean Kit](#base16-ocean-kit) + - [Seti](#seti) + - [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) + - [An Old Hope Theme](#an-old-hope-theme) - [Productivity](#productivity) - - [Azure IoT Toolkit](#azure-iot-toolkit) - - [Bookmarks](#bookmarks) - - [Copy Relative Path](#copy-relative-path) - - [Gi](#gi) - - [Git History](#git-history) - - [Git Project Manager](#git-project-manager) - - [GitLink](#gitlink) - - [GitLens](#gitlens) - - [Icon Fonts](#icon-fonts) - - [Multiple clipboards](#multiple-clipboards) - - [Path IntelliSense](#path-intellisense) - - [Project Manager](#project-manager) - - [REST Client](#rest-client) - - [Settings Sync](#settings-sync) - - [Yo](#yo) + - [Azure IoT Toolkit](#azure-iot-toolkit) + - [Bookmarks](#bookmarks) + - [Copy Relative Path](#copy-relative-path) + - [Gi](#gi) + - [Git History](#git-history) + - [Git Project Manager](#git-project-manager) + - [GitLink](#gitlink) + - [GitLens](#gitlens) + - [Icon Fonts](#icon-fonts) + - [Multiple clipboards](#multiple-clipboards) + - [Path IntelliSense](#path-intellisense) + - [Project Manager](#project-manager) + - [REST Client](#rest-client) + - [Settings Sync](#settings-sync) + - [Yo](#yo) - [Formatting/Beautification](#formatting--beautification) - - [Align](#align) - - [Auto Close Tag](#auto-close-tag) - - [Auto Rename Tag](#auto-rename-tag) - - [beautify](#beautify) - - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - - [Paste and Indent](#paste-and-indent) - - [Sort Lines](#sort-lines) + - [Align](#align) + - [Auto Close Tag](#auto-close-tag) + - [Auto Rename Tag](#auto-rename-tag) + - [beautify](#beautify) + - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) + - [Paste and Indent](#paste-and-indent) + - [Sort Lines](#sort-lines) - [Uncategorized](#uncategorized) - - [Code Runner](#code-runner) - - [Color Highlight](#color-highlight) - - [Output Colorizer](#output-colorizer) - - [Dash](#dash) - - [Debugger for Chrome](#debugger-for-chrome) - - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - - [Editor Config for VS Code](#editor-config-for-vs-code) - - [ftp-sync](#ftp-sync) - - [PlatformIO](#platformio) - - [Quokka](#quokka) - - [Runner](#runner) - - [Slack](#slack) - - [SVG Viewer](#svg-viewer) - - [Vim Mode](#vim-mode) + - [Code Runner](#code-runner) + - [Color Highlight](#color-highlight) + - [Output Colorizer](#output-colorizer) + - [Dash](#dash) + - [Debugger for Chrome](#debugger-for-chrome) + - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) + - [Editor Config for VS Code](#editor-config-for-vs-code) + - [ftp-sync](#ftp-sync) + - [PlatformIO](#platformio) + - [Quokka](#quokka) + - [Runner](#runner) + - [Slack](#slack) + - [SVG Viewer](#svg-viewer) + - [Vim Mode](#vim-mode) - [Resources for extension developers](#resources-for-extension-developers) - - [Documentation](#documentation) - - [Libraries](#libraries) - - [Tools](#tools) + - [Documentation](#documentation) + - [Libraries](#libraries) + - [Tools](#tools) - [Contribute](#contribute) - [License](#license) From fb17639dbbd5af909134c9b76c73d9dfb671c80a Mon Sep 17 00:00:00 2001 From: Ryuichi Inagaki Date: Sun, 13 Aug 2017 16:31:38 +1000 Subject: [PATCH 13/14] Added "Partial Diff" --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 21e0b6d..a85ed76 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [GitLens](#gitlens) - [Icon Fonts](#icon-fonts) - [Multiple clipboards](#multiple-clipboards) + - [Partial Diff](#partial-diff) - [Path IntelliSense](#path-intellisense) - [Project Manager](#project-manager) - [REST Client](#rest-client) @@ -268,6 +269,12 @@ Features full workbench theming > Override the regular Copy and Cut commands to keep selections in a clipboard ring +### [Partial Diff](https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff) + +> Compare (diff) text selections within a file, across different files, or to the clipboard + +![Partial Diff](https://raw.githubusercontent.com/ryu1kn/vscode-partial-diff/master/images/public.gif) + ### [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) > Visual Studio Code plugin that autocompletes filenames From 1d01ba77a89e74a64556a35ac2c4f5504196e11b Mon Sep 17 00:00:00 2001 From: Ryuichi Inagaki Date: Sun, 13 Aug 2017 16:55:32 +1000 Subject: [PATCH 14/14] Fix github link of prettier-vscode extension --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a85ed76..086ba40 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Linter for [eslint](http://eslint.org/). - [XO](https://marketplace.visualstudio.com/items?itemName=samverschueren.linter-xo) - Linter for [XO](https://github.com/sindresorhus/xo). - [AVA](https://marketplace.visualstudio.com/items?itemName=samverschueren.ava) - Snippets for [AVA](https://github.com/avajs/ava). -- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Linter, Formatter and Pretty printer for [Prettier](https://github.com/esbenp/prettier-vscode). +- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Linter, Formatter and Pretty printer for [Prettier](https://github.com/prettier/prettier-vscode). ### TypeScript