From e3b37f4e4c71e13485683f07c10668f4258cdbde Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Sun, 21 May 2017 12:38:53 +0100 Subject: [PATCH 01/35] 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 a24b300e74166b83551147ed7567c9499d95a07a Mon Sep 17 00:00:00 2001 From: Marcel Kloubert Date: Sat, 27 May 2017 21:07:54 +0200 Subject: [PATCH 02/35] added vs-deploy extension --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f2b9ebb..ccfa2d8 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,12 @@ If you're feeling brave, there are at least two custom UIs for VS Code: > Copy Relative Path from a File +### [Deploy](https://marketplace.visualstudio.com/items?itemName=mkloubert.vs-deploy) + +> Commands for upload or copy files of a workspace to a destination. + +![](https://raw.githubusercontent.com/mkloubert/vs-deploy/master/img/demo.gif) + #### [Gi](https://marketplace.visualstudio.com/items?itemName=rubbersheep.gi) > Generating .gitignore files made easy. From 90ebbc6d6e3edc4631be938250fd64bed456e4ba Mon Sep 17 00:00:00 2001 From: Marcel Kloubert Date: Sat, 27 May 2017 21:08:43 +0200 Subject: [PATCH 03/35] updated Table of Content --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccfa2d8..4c47792 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Azure IoT Toolkit](#azure-iot-toolkit) - [Bookmarks](#bookmarks) - [Copy Relative Path](#copy-relative-path) + - [Deploy](#deploy) - [Gi](#gi) - [Git History](#git-history) - [Git Project Manager](#git-project-manager) From 6925587f7f30989bdc2b55fbb4e8705b35ba49ef Mon Sep 17 00:00:00 2001 From: Lennon Jesus Date: Fri, 7 Jul 2017 16:07:13 -0300 Subject: [PATCH 04/35] 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/35] 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/35] 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/35] 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/35] 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/35] 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/35] 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/35] 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/35] 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/35] 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/35] 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 From 0ac15d1e7df532635164c23a5479ff5ef9388246 Mon Sep 17 00:00:00 2001 From: Heron Silva Date: Mon, 14 Aug 2017 01:06:49 -0300 Subject: [PATCH 15/35] Adds two new themes and sorts the theme section alphabetically --- README.md | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 92af318..5ecf7da 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,13 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [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) + - [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) + - [Base16 Ocean Kit](#base16-ocean-kit) + - [Dracula](#dracula) + - [Material-theme](#material-theme) + - [Nord](#nord) + - [Seti](#seti) - [Productivity](#productivity) - [Azure IoT Toolkit](#azure-iot-toolkit) - [Bookmarks](#bookmarks) @@ -171,25 +173,33 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ### Syntax -#### [Material-theme](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) +#### [An Old Hope Theme](https://marketplace.visualstudio.com/items?itemName=dustinsanders.an-old-hope-theme-vscode) -![](https://raw.githubusercontent.com/Binaryify/Material-Theme-vscode/master/static/screenshot1.png) - -#### [Base16 Ocean Kit](https://marketplace.visualstudio.com/items?itemName=chipcollier.Theme-OceanKit) - -![](https://cloud.githubusercontent.com/assets/376065/12876166/98575186-cdfb-11e5-953d-2691ccad3472.png) - -#### [Seti](https://marketplace.visualstudio.com/items?itemName=bialikover.theme-seti) - -![](https://cloud.githubusercontent.com/assets/376065/12876209/0c5c2060-cdfd-11e5-9ff9-f3db152fc7fe.png) +![](https://raw.githubusercontent.com/dustinsanders/an-old-hope-theme-vscode/master/dark.png) #### [Atom One Dark Syntax Theme](https://marketplace.visualstudio.com/items?itemName=andischerer.theme-atom-one-dark) ![](https://raw.githubusercontent.com/andischerer/vscode-theme-atom-one-dark/master/theme.png) -#### [An Old Hope Theme](https://marketplace.visualstudio.com/items?itemName=dustinsanders.an-old-hope-theme-vscode) +#### [Base16 Ocean Kit](https://marketplace.visualstudio.com/items?itemName=chipcollier.Theme-OceanKit) -![](https://raw.githubusercontent.com/dustinsanders/an-old-hope-theme-vscode/master/dark.png) +![](https://cloud.githubusercontent.com/assets/376065/12876166/98575186-cdfb-11e5-953d-2691ccad3472.png) + +#### [Dracula](https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula) + +![Dracula Theme for VS Code](https://camo.githubusercontent.com/d695efd1815607a9056ea5817501adc0a63632ca/68747470733a2f2f64726163756c617468656d652e636f6d2f6173736574732f696d672f73637265656e73686f74732f7673636f64652e706e67) + +#### [Material-theme](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) + +![](https://raw.githubusercontent.com/Binaryify/Material-Theme-vscode/master/static/screenshot1.png) + +#### [Nord](https://marketplace.visualstudio.com/items?itemName=arcticicestudio.nord-visual-studio-code) + +![Nord Theme for VS Code](https://raw.githubusercontent.com/arcticicestudio/nord-visual-studio-code/develop/assets/scrot-preview.png) + +#### [Seti](https://marketplace.visualstudio.com/items?itemName=bialikover.theme-seti) + +![](https://cloud.githubusercontent.com/assets/376065/12876209/0c5c2060-cdfd-11e5-9ff9-f3db152fc7fe.png) ## Productivity From 06fbe68d9e9f3385dc8c446ccbc93658ac242b0e Mon Sep 17 00:00:00 2001 From: Heron Silva <9641348+heronsilva@users.noreply.github.com> Date: Mon, 14 Aug 2017 01:32:35 -0300 Subject: [PATCH 16/35] Updates section 'themes' Unintentionally, I removed the "Atom One Dark Syntax Theme", as there were two "One Dark" themes. And during the conflict resolution, I thought they were duplicate. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7793cb1..59dc7d4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Rust](#rust) - [Themes](#themes) - [An Old Hope Theme](#an-old-hope-theme) + - [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) - [Atom One Dark Theme](#atom-one-dark-theme) - [Atom One Light Theme](#atom-one-light-theme) - [Base16 Ocean Kit](#base16-ocean-kit) @@ -187,6 +188,10 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ![](https://raw.githubusercontent.com/dustinsanders/an-old-hope-theme-vscode/master/dark.png) +#### [Atom One Dark Syntax Theme](https://marketplace.visualstudio.com/items?itemName=andischerer.theme-atom-one-dark) + +![](https://raw.githubusercontent.com/andischerer/vscode-theme-atom-one-dark/master/theme.png) + #### [Atom One Dark Theme](https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onedark) Features full workbench theming From f8c6c2a4a6baa55cf130052d55d76ed9ebbc2d6f Mon Sep 17 00:00:00 2001 From: Abinav Seelan Date: Tue, 15 Aug 2017 18:47:41 +0530 Subject: [PATCH 17/35] Add more extensions Adds the following extensions to README.md - `npm intellisense` to `Productivity` section - `Intellisense for CSS class names` to `CSS` section Also adds the following sections - File Icons - For File Explorer Icons - Keymaps - For Keymap extensions --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/README.md b/README.md index 086ba40..6b6a35d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Official](#official) - [Syntax](#syntax) +- [Editor Keymaps](#editor-keymaps) + - [Migrating from Atom](#migrating-from-atom) + - [Migrating from Sublime Text](#migrating-from-sublime-text) + - [Migrating from Visual Studio](#migrating-from-visual-studio) + - [Migrating from Vim](#migrating-from-vim) - [Lint and IntelliSense](#lint-and-intellisense) - [C++](#c) - [CSS](#css) @@ -42,6 +47,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [GitLens](#gitlens) - [Icon Fonts](#icon-fonts) - [Multiple clipboards](#multiple-clipboards) + - [npm Intellisense](#npm-intellisense) - [Partial Diff](#partial-diff) - [Path IntelliSense](#path-intellisense) - [Project Manager](#project-manager) @@ -56,6 +62,9 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - [Paste and Indent](#paste-and-indent) - [Sort Lines](#sort-lines) +- [Explorer Icons](#explorer-icons) + - [VSCode Icons](#vscode-icons) + - [Seti-UI](#seti-icons) - [Uncategorized](#uncategorized) - [Code Runner](#code-runner) - [Color Highlight](#color-highlight) @@ -113,6 +122,22 @@ Language packages extend the editor with syntax highlighting and/or snippets for - [Swift](https://marketplace.visualstudio.com/items?itemName=Kasik96.swift) - [Twig](https://marketplace.visualstudio.com/items?itemName=whatwedo.twig) +## Editor Keymaps + +The VSCode team provides keymaps from popular editors, making the transition to VSCode almost seamless and easy. + +### [Migrating from Atom](https://marketplace.visualstudio.com/items?itemName=ms-vscode.atom-keybindings) + +> Popular Atom keybindings for Visual Studio Code + +### [Migrating from Sublime Text](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings) + +> Popular Sublime Text keybindings for VS Code. + +### [Migrating from Visual Studio](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vs-keybindings) + +> Popular Visual Studio keybindings for VS Code. + ## Lint and IntelliSense In case the awesome nirvana that is linting has not yet been unleashed upon you: @@ -134,6 +159,10 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o Parse CSS,SCSS, LESS and add vendor prefixes automatically. ![Autoprefixer](https://cloud.githubusercontent.com/assets/7034281/16823311/da82a3c6-496b-11e6-8d95-0bebbf0b9607.gif) +- [Intellisense for CSS class names](https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion) - Provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace. Also supports React's className attribute. + + ![Intellisense CSS class names](http://i.imgur.com/5crMfTj.gif) + ### Go - [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go) - Rich language support for the Go language. @@ -269,6 +298,13 @@ Features full workbench theming > Override the regular Copy and Cut commands to keep selections in a clipboard ring +### [npm Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.npm-intellisense) + +> Visual Studio Code plugin that autocompletes npm modules in import statements. + +![npm-intellisense](https://raw.githubusercontent.com/ChristianKohler/NpmIntellisense/master/images/auto_complete.gif) + + ### [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 @@ -347,6 +383,16 @@ Features full workbench theming ![](https://raw.githubusercontent.com/Tyriar/vscode-sort-lines/master/images/usage-animation.gif) +## Explorer Icons + +- [VSCode Icons](https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons) + +![VSCode Icons](https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/images/screenshot.gif) + +- [Seti Icons](https://marketplace.visualstudio.com/items?itemName=qinjia.seti-icons) + +![Seti Icons](https://raw.githubusercontent.com/hellopao/vscode-seti-icons/master/screenshot.png) + ## Uncategorized ### [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) From 8729916fc6d1f137bbe48854a444d3b5cf7e4613 Mon Sep 17 00:00:00 2001 From: Jun Han Date: Fri, 25 Aug 2017 14:13:59 +0800 Subject: [PATCH 18/35] Update 'Azure IoT Toolkit' to official one --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec1c432..ad13c6c 100644 --- a/README.md +++ b/README.md @@ -256,11 +256,11 @@ Features full workbench theming ## Productivity -### [Azure IoT Toolkit](https://marketplace.visualstudio.com/items?itemName=formulahendry.azure-iot-toolkit) +### [Azure IoT Toolkit](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) -> Everything you need for the Azure IoT development: Interact with Azure IoT Hub; IoT Device Management; Discover Ethernet, USB serial, WiFi connected devices +> Everything you need for the Azure IoT development: Interact with Azure IoT Hub, manage devices connected to Azure IoT Hub, and develop with code snippets for Azure IoT Hub -![](https://raw.githubusercontent.com/formulahendry/vscode-azure-iot-toolkit/master/images/monitor.gif) +![](https://github.com/formulahendry/vscode-azure-iot-toolkit/raw/master/images/device-explorer.png) ### [Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks) From 30cdbe7a7b42ea2e72028250b8d7f86606a80b86 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Fri, 25 Aug 2017 08:31:06 +0200 Subject: [PATCH 19/35] Fixed ESLint link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad13c6c..b30bee4 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### JavaScript -- [eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Linter for [eslint](http://eslint.org/). +- [eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Linter for [eslint](https://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/prettier/prettier-vscode). From 10cfd1408d0c48149bd2ce4b96757e614985d803 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Fri, 25 Aug 2017 08:48:55 +0200 Subject: [PATCH 20/35] Fixed Azure IoT Toolkit screenshot source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b30bee4..cce2a79 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ Features full workbench theming > Everything you need for the Azure IoT development: Interact with Azure IoT Hub, manage devices connected to Azure IoT Hub, and develop with code snippets for Azure IoT Hub -![](https://github.com/formulahendry/vscode-azure-iot-toolkit/raw/master/images/device-explorer.png) +![](https://raw.githubusercontent.com/formulahendry/vscode-azure-iot-toolkit/master/images/device-explorer.png) ### [Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks) From 8112aa0b59028ce2e156990d56147e2787bbbf64 Mon Sep 17 00:00:00 2001 From: Will Stone Date: Fri, 25 Aug 2017 15:51:24 +0100 Subject: [PATCH 21/35] Add Plastic theme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cce2a79..df3a1cf 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Dracula](#dracula) - [Material-theme](#material-theme) - [Nord](#nord) + - [Plastic](#plastic) - [Seti](#seti) - [Productivity](#productivity) - [Azure IoT Toolkit](#azure-iot-toolkit) @@ -250,6 +251,12 @@ Features full workbench theming ![Nord Theme for VS Code](https://raw.githubusercontent.com/arcticicestudio/nord-visual-studio-code/develop/assets/scrot-preview.png) +#### [Plastic](https://marketplace.visualstudio.com/items?itemName=will-stone.plastic) + +Features full workbench theming + +![](http://wstone.io/images/plastic/screenshot.png) + #### [Seti](https://marketplace.visualstudio.com/items?itemName=bialikover.theme-seti) ![](https://cloud.githubusercontent.com/assets/376065/12876209/0c5c2060-cdfd-11e5-9ff9-f3db152fc7fe.png) From 270d4493f6005addd0400810579577a0c49da515 Mon Sep 17 00:00:00 2001 From: Abinav Seelan Date: Wed, 30 Aug 2017 12:23:20 +0530 Subject: [PATCH 22/35] Fix indentation --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index df3a1cf..7ad2256 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,16 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Python](#python) - [Rust](#rust) - [Themes](#themes) - - [An Old Hope Theme](#an-old-hope-theme) - - [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) - - [Atom One Dark Theme](#atom-one-dark-theme) - - [Atom One Light Theme](#atom-one-light-theme) - - [Base16 Ocean Kit](#base16-ocean-kit) - - [Dracula](#dracula) - - [Material-theme](#material-theme) - - [Nord](#nord) - - [Plastic](#plastic) - - [Seti](#seti) + - [An Old Hope Theme](#an-old-hope-theme) + - [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) + - [Atom One Dark Theme](#atom-one-dark-theme) + - [Atom One Light Theme](#atom-one-light-theme) + - [Base16 Ocean Kit](#base16-ocean-kit) + - [Dracula](#dracula) + - [Material-theme](#material-theme) + - [Nord](#nord) + - [Plastic](#plastic) + - [Seti](#seti) - [Productivity](#productivity) - [Azure IoT Toolkit](#azure-iot-toolkit) - [Bookmarks](#bookmarks) From 83b13ef3c1e1d106aab8803fd6c54be72975f788 Mon Sep 17 00:00:00 2001 From: Abinav Seelan Date: Wed, 30 Aug 2017 12:23:34 +0530 Subject: [PATCH 23/35] Add Ayu theme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7ad2256..d2bfcf7 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme) - [Atom One Dark Theme](#atom-one-dark-theme) - [Atom One Light Theme](#atom-one-light-theme) + - [Ayu](#ayu) - [Base16 Ocean Kit](#base16-ocean-kit) - [Dracula](#dracula) - [Material-theme](#material-theme) @@ -235,6 +236,12 @@ Features full workbench theming ![](https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/screenshots/preview.png) +#### [Ayu](https://marketplace.visualstudio.com/items?itemName=teabyii.ayu) + +![dark theme](https://user-images.githubusercontent.com/353888/28989654-114a64b6-7977-11e7-9e4e-9190bc2fae5b.png) + +![mirage theme](https://user-images.githubusercontent.com/353888/28989655-114d577a-7977-11e7-8646-757b1e8541a2.png) + #### [Base16 Ocean Kit](https://marketplace.visualstudio.com/items?itemName=chipcollier.Theme-OceanKit) ![](https://cloud.githubusercontent.com/assets/376065/12876166/98575186-cdfb-11e5-953d-2691ccad3472.png) From de3dc3fee0c754eabea491c272725bdd294d2592 Mon Sep 17 00:00:00 2001 From: Ahmed W Date: Wed, 30 Aug 2017 21:06:29 +0300 Subject: [PATCH 24/35] Add TSLint under JavaScript as well --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df3a1cf..3cd3d3f 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### JavaScript +- [tslint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) - TSLint for Visual Studio Code (with `"tslint.jsEnable": true`). - [eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Linter for [eslint](https://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). From 984d6014685da9d534c54035b7e2325fcdb8ba91 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Wed, 30 Aug 2017 20:11:04 +0200 Subject: [PATCH 25/35] Update .travis.yml Whitelist tslint --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 052ef03..e51bbd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: ruby rvm: 2.2 before_script: gem install awesome_bot -script: awesome_bot README.md --white-list travis-ci,code.visualstudio.com,awesome,microsoft.com +script: awesome_bot README.md --white-list travis-ci,tslint,code.visualstudio.com,awesome,microsoft.com From d13a6ecbd4fcc47bb5f2728f501cf7a14f7ed427 Mon Sep 17 00:00:00 2001 From: Tantan Fu Date: Thu, 21 Sep 2017 00:53:56 -0500 Subject: [PATCH 26/35] Popular Intellij IDEA keybindings for VS Code. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 31a27c1..abdf799 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,10 @@ The VSCode team provides keymaps from popular editors, making the transition to > Popular Visual Studio keybindings for VS Code. +### [Migrating from Intellij IDEA](https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings) + +> Popular Intellij IDEA keybindings for VS Code. + ## Lint and IntelliSense In case the awesome nirvana that is linting has not yet been unleashed upon you: From 83cd7ee34b66bb1a0e12059c70ee264931684c8c Mon Sep 17 00:00:00 2001 From: Vince Picone Date: Wed, 20 Sep 2017 16:30:43 -0500 Subject: [PATCH 27/35] Add Cobalt2 Theme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index abdf799..76458b9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Atom One Light Theme](#atom-one-light-theme) - [Ayu](#ayu) - [Base16 Ocean Kit](#base16-ocean-kit) + - [Cobalt2 by Wes Bos](#cobalt2-theme-official-by-wes-bos) - [Dracula](#dracula) - [Material-theme](#material-theme) - [Nord](#nord) @@ -251,6 +252,12 @@ Features full workbench theming ![](https://cloud.githubusercontent.com/assets/376065/12876166/98575186-cdfb-11e5-953d-2691ccad3472.png) +#### [Cobalt2 Theme Official by Wes Bos](https://marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2) + +Includes some great tips on CSS modifications for an "extra sweet editor." + +![Cobalt 2](https://raw.githubusercontent.com/wesbos/cobalt2-vscode/cobalt2-updates/images/ss.png) + #### [Dracula](https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula) ![Dracula Theme for VS Code](https://camo.githubusercontent.com/d695efd1815607a9056ea5817501adc0a63632ca/68747470733a2f2f64726163756c617468656d652e636f6d2f6173736574732f696d672f73637265656e73686f74732f7673636f64652e706e67) From c5f767a857931976ea2f334664d0eb985f282abe Mon Sep 17 00:00:00 2001 From: Vince Picone Date: Sat, 23 Sep 2017 14:02:33 +0200 Subject: [PATCH 28/35] Remove Cobalt 2 description paragraph. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 76458b9..208a7f5 100644 --- a/README.md +++ b/README.md @@ -254,8 +254,6 @@ Features full workbench theming #### [Cobalt2 Theme Official by Wes Bos](https://marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2) -Includes some great tips on CSS modifications for an "extra sweet editor." - ![Cobalt 2](https://raw.githubusercontent.com/wesbos/cobalt2-vscode/cobalt2-updates/images/ss.png) #### [Dracula](https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula) From eb21d8f0b53c65f3fc6806ef128f0be2ad8e2932 Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Tue, 26 Sep 2017 20:29:53 +0200 Subject: [PATCH 29/35] Add github extension --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 208a7f5..7c100e9 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,10 @@ Features full workbench theming ![](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/gitlens-preview1.gif) +### [GitHub](https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-github) + +> Provides GitHub workflow support. For example browse project, issues, file (the current line), create and manage pull request. Support for other providers (e.g. gitlab or bitbucket) is planned. + ### [Icon Fonts](https://marketplace.visualstudio.com/items?itemName=idleberg.icon-fonts) > Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more! From dff8a337b1ee9aec7ff3cf977d78c53944834831 Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Tue, 26 Sep 2017 22:06:56 +0200 Subject: [PATCH 30/35] Add note and link to README.md Sure, you are right. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7c100e9..cc5f806 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Git Project Manager](#git-project-manager) - [GitLink](#gitlink) - [GitLens](#gitlens) + - [GitHub](#github) - [Icon Fonts](#icon-fonts) - [Multiple clipboards](#multiple-clipboards) - [npm Intellisense](#npm-intellisense) @@ -335,6 +336,8 @@ Features full workbench theming > Provides GitHub workflow support. For example browse project, issues, file (the current line), create and manage pull request. Support for other providers (e.g. gitlab or bitbucket) is planned. +> Have a look at the [README.md](https://github.com/KnisterPeter/vscode-github/blob/master/README.md) on how to get started with the setup for this extension. + ### [Icon Fonts](https://marketplace.visualstudio.com/items?itemName=idleberg.icon-fonts) > Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more! From 8171d52c4863f85c6659f22b3c587edb72b28b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rold=C3=A1n?= Date: Wed, 4 Oct 2017 22:46:58 +0200 Subject: [PATCH 31/35] Added vscode-spotify --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cc5f806..c330f09 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Quokka](#quokka) - [Runner](#runner) - [Slack](#slack) + - [Spotify](#spotify) - [SVG Viewer](#svg-viewer) - [Vim Mode](#vim-mode) - [Resources for extension developers](#resources-for-extension-developers) @@ -507,6 +508,12 @@ Features full workbench theming ![](https://raw.githubusercontent.com/sozercan/vscode-slack/master/slack-upload.gif) +#### [Spotify](https://marketplace.visualstudio.com/items?itemName=shyykoserhiy.vscode-spotify) +> Provides integration with Spotify Desktop client. Shows the currently playing song in status bar, search lyrics and provides commands for controlling Spotify with buttons and hotkeys. + +![vscode-spotify](https://media.giphy.com/media/3ohhwMgeIj1MhEdBJe/giphy.gif) + + ### [SVG Viewer](https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer) > View an SVG in the editor and export it as data URI scheme or PNG. From 4d5eb892792ab2fc5fe9e6f10e98e5dd6dd9bd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Doanh=20V=C4=83n=20L=C6=B0=C6=A1ng?= Date: Thu, 5 Oct 2017 09:14:56 +0700 Subject: [PATCH 32/35] change Arduino Extension by Microsoft I tried and feel better than other. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c330f09..fef4751 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format. -- [Arduino](https://marketplace.visualstudio.com/items?itemName=moozzyk.Arduino) +- [Arduino](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino) - [CMake](https://marketplace.visualstudio.com/items?itemName=twxs.cmake) - [Dart](https://marketplace.visualstudio.com/items?itemName=DanTup.dart-code) - [Dockerfile](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) From 462b4b432fdc5255a25ebc0d108c9b7e8f252e7e Mon Sep 17 00:00:00 2001 From: Alexey Lustin Date: Fri, 6 Oct 2017 21:49:02 +0300 Subject: [PATCH 33/35] add 1C-Syntax package --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fef4751..151b05f 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format. +- [1C](https://marketplace.visualstudio.com/items?itemName=xDrivenDevelopment.language-1c-bsl) - [Arduino](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino) - [CMake](https://marketplace.visualstudio.com/items?itemName=twxs.cmake) - [Dart](https://marketplace.visualstudio.com/items?itemName=DanTup.dart-code) @@ -157,6 +158,11 @@ In case the awesome nirvana that is linting has not yet been unleashed upon you: Unlike some other editors, VS Code supports IntelliSense, linting, outline out-of-the-box and doesn't require any separate extension to run linter packages. Some linters are already integrated in VS Code, you can find the full list in the official documentation, [Languages](https://code.visualstudio.com/Docs/languages/overview) section. +#### 1C + +- [1C/OScript](https://marketplace.visualstudio.com/items?itemName=xDrivenDevelopment.language-1c-bsl) - 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to *.bsl и *.os files in VSC, add IntelliSense and syntax helper for 1С lang +![1C-Syntax](https://cloud.githubusercontent.com/assets/1132840/13007621/9e730984-d1a2-11e5-8ff5-8f7945421184.PNG) + ### C++ - [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 From 4419b5850df7b23c3e4d09bcbf1f378a241d40e4 Mon Sep 17 00:00:00 2001 From: Alexey Lustin Date: Fri, 6 Oct 2017 21:57:02 +0300 Subject: [PATCH 34/35] remove from lang section --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 151b05f..e17a843 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,6 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format. -- [1C](https://marketplace.visualstudio.com/items?itemName=xDrivenDevelopment.language-1c-bsl) - [Arduino](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino) - [CMake](https://marketplace.visualstudio.com/items?itemName=twxs.cmake) - [Dart](https://marketplace.visualstudio.com/items?itemName=DanTup.dart-code) @@ -160,7 +159,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o #### 1C -- [1C/OScript](https://marketplace.visualstudio.com/items?itemName=xDrivenDevelopment.language-1c-bsl) - 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to *.bsl и *.os files in VSC, add IntelliSense and syntax helper for 1С lang +- [1C/OScript](https://marketplace.visualstudio.com/items?itemName=xDrivenDevelopment.language-1c-bsl) - rich 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to *.bsl и *.os files in VSC, add IntelliSense and syntax helper for 1С lang ![1C-Syntax](https://cloud.githubusercontent.com/assets/1132840/13007621/9e730984-d1a2-11e5-8ff5-8f7945421184.PNG) ### C++ From e66c3eabcc19972034e16794bc2e034f9d7c935a Mon Sep 17 00:00:00 2001 From: Alexey Lustin Date: Fri, 6 Oct 2017 22:23:38 +0300 Subject: [PATCH 35/35] fix toc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e17a843..bc5946f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Migrating from Visual Studio](#migrating-from-visual-studio) - [Migrating from Vim](#migrating-from-vim) - [Lint and IntelliSense](#lint-and-intellisense) + - [1C](#1c) - [C++](#c) - [CSS](#css) - [Go](#go)