From 312d882a59d9885b42e119eb2a76bd9502154ac6 Mon Sep 17 00:00:00 2001 From: Tom Bonnike Date: Mon, 5 Mar 2018 12:00:37 +0100 Subject: [PATCH 01/27] Add Formatting Toggle extension --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a88da47..5d80870 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,10 @@ Features full workbench theming ![](https://github.com/gko/wrap/blob/master/features.gif) +## [Formatting Toggle](https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle) + +> Allows you to toggle your formatter on and off with a simple click + ## Explorer Icons - [VSCode Icons](https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons) From cc1f06df374fdf8a197d5f801307c9e8fc581a35 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Mon, 5 Mar 2018 13:06:57 +0100 Subject: [PATCH 02/27] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9943df0 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Name of an extension you are adding + +... + +## Why do you think this extension is awesome? + +... + +## Make sure that: + +[ ] Screenshot/GIF included (to demonstrate the plugin functionality) + +[ ] ToC updated From d4fd5cb505b5ae56c70ddd6ff56323b5dd0f00bf Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:00:16 +0100 Subject: [PATCH 03/27] Added PHP Intelephense --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a88da47..97b92f9 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,15 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### PHP -- [php-intellisense](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) - PHP IntelliSense +#### IntelliSense + +These extensions provide slightly different sets of features. While the first one offers better autocompletion support, the second one seems to have more features overall. + +- [PHP Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) +- [PHP IntelliSense](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) + +#### Other extensions + - [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) - PHP CodeSniffer for Visual Studio Code - [phpfmt](https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt) - phpfmt for Visual Studio Code From d1651fcf95d2496d628197dc83807c2fedc2a6b1 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:02:36 +0100 Subject: [PATCH 04/27] Updated Material Theme with a more worked through one --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97b92f9..41b450b 100644 --- a/README.md +++ b/README.md @@ -304,9 +304,9 @@ Features full workbench theming ![Dracula Theme for VS Code](https://camo.githubusercontent.com/d695efd1815607a9056ea5817501adc0a63632ca/68747470733a2f2f64726163756c617468656d652e636f6d2f6173736574732f696d672f73637265656e73686f74732f7673636f64652e706e67) -#### [Material-theme](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) +#### [Material-theme](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme) -![](https://raw.githubusercontent.com/Binaryify/Material-Theme-vscode/master/static/screenshot1.png) +![](https://image.ibb.co/mGCtnn/Material_Theme.gif) #### [Nord](https://marketplace.visualstudio.com/items?itemName=arcticicestudio.nord-visual-studio-code) From a33a5d44b4ddb851d8fc1cfb0fd48f278119ff69 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:05:11 +0100 Subject: [PATCH 05/27] Moved themes section down below - it provides less value than extensions --- README.md | 168 +++++++++++++++++++++++++++--------------------------- 1 file changed, 84 insertions(+), 84 deletions(-) diff --git a/README.md b/README.md index 41b450b..82abb36 100644 --- a/README.md +++ b/README.md @@ -33,19 +33,6 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Python](#python) - [Rust](#rust) - [Twig](#twig) -- [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) - - [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) - - [Plastic](#plastic) - - [Seti](#seti) - [Productivity](#productivity) - [Azure IoT Toolkit](#azure-iot-toolkit) - [Bookmarks](#bookmarks) @@ -98,6 +85,19 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Spotify](#spotify) - [SVG Viewer](#svg-viewer) - [Vim Mode](#vim-mode) +- [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) + - [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) + - [Plastic](#plastic) + - [Seti](#seti) - [Resources for extension developers](#resources-for-extension-developers) - [Documentation](#documentation) - [Libraries](#libraries) @@ -251,77 +251,6 @@ These extensions provide slightly different sets of features. While the first on - [Twig Language](https://marketplace.visualstudio.com/items?itemName=mblode.twig-language) - Snippets, Syntax Highlighting, Hover, and Formatting for Twig. -## Themes - -### UI - -If you're feeling brave, there are at least two custom UIs for VS Code: - -- [Essence](https://github.com/flagello/Essence) -- [Pragmatic Essence](https://github.com/orta/Essence) - -### Syntax - -#### [An Old Hope Theme](https://marketplace.visualstudio.com/items?itemName=dustinsanders.an-old-hope-theme-vscode) - -![](https://raw.githubusercontent.com/dustinsanders/an-old-hope-theme-vscode/0d6b1508a2fbf27c86d92da0040a2549b6150552/dark.png) - -#### [Ariake Dark Color Theme](https://marketplace.visualstudio.com/items?itemName=wart.ariake-dark) - -![](https://raw.githubusercontent.com/a-wart/ariake-dark/master/misc/ariake_dark_github.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 - -![](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) - -#### [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) - -#### [Cobalt2 Theme Official by Wes Bos](https://marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2) - -![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) - -#### [Material-theme](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme) - -![](https://image.ibb.co/mGCtnn/Material_Theme.gif) - -#### [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) - -#### [Plastic](https://marketplace.visualstudio.com/items?itemName=will-stone.plastic) - -Features full workbench theming - -![](https://will-stone.github.io/plastic/screenshot-min.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 ### [Azure Cosmos DB](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb) @@ -607,6 +536,77 @@ Features full workbench theming > Relatively new, but promising extension implementing Vim features in VSCode. Authors suggest to join their [Slack channel](https://vscodevim-slackin.azurewebsites.net/) for feature requests on your favorite Vim features +## Themes + +### UI + +If you're feeling brave, there are at least two custom UIs for VS Code: + +- [Essence](https://github.com/flagello/Essence) +- [Pragmatic Essence](https://github.com/orta/Essence) + +### Syntax + +#### [An Old Hope Theme](https://marketplace.visualstudio.com/items?itemName=dustinsanders.an-old-hope-theme-vscode) + +![](https://raw.githubusercontent.com/dustinsanders/an-old-hope-theme-vscode/0d6b1508a2fbf27c86d92da0040a2549b6150552/dark.png) + +#### [Ariake Dark Color Theme](https://marketplace.visualstudio.com/items?itemName=wart.ariake-dark) + +![](https://raw.githubusercontent.com/a-wart/ariake-dark/master/misc/ariake_dark_github.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 + +![](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) + +#### [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) + +#### [Cobalt2 Theme Official by Wes Bos](https://marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2) + +![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) + +#### [Material-theme](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme) + +![](https://image.ibb.co/mGCtnn/Material_Theme.gif) + +#### [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) + +#### [Plastic](https://marketplace.visualstudio.com/items?itemName=will-stone.plastic) + +Features full workbench theming + +![](https://will-stone.github.io/plastic/screenshot-min.png) + +#### [Seti](https://marketplace.visualstudio.com/items?itemName=bialikover.theme-seti) + +![](https://cloud.githubusercontent.com/assets/376065/12876209/0c5c2060-cdfd-11e5-9ff9-f3db152fc7fe.png) + ## Resources for extension developers ### Documentation From 30f9627963393bf158dad66de07341d51ebc3152 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:08:37 +0100 Subject: [PATCH 06/27] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82abb36..6f24564 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,10 @@ These extensions provide slightly different sets of features. While the first on > Commands for upload or copy files of a workspace to a destination. -![](https://raw.githubusercontent.com/mkloubert/vs-deploy/master/img/demo.gif) +
+ Demo + ![](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 25609212c51abcfe2641fe13d79ba3f0805f7c5d Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:09:05 +0100 Subject: [PATCH 07/27] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f24564..82abb36 100644 --- a/README.md +++ b/README.md @@ -281,10 +281,7 @@ These extensions provide slightly different sets of features. While the first on > Commands for upload or copy files of a workspace to a destination. -
- Demo - ![](https://raw.githubusercontent.com/mkloubert/vs-deploy/master/img/demo.gif) -
+![](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 a1a38a2871322bbd85a455f994e962c6a7354f80 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:16:06 +0100 Subject: [PATCH 08/27] Added Java --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 82abb36..c12e6ff 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [CSS](#css) - [Go](#go) - [Haskell](#haskell) + - [Java](#java) - [JavaScript](#javascript) - [Typescript](#typescript) - [Markdown](#markdown) @@ -209,6 +210,10 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [haskell-linter](https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter) +### Java + +- [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) + ### JavaScript - [tslint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) - TSLint for Visual Studio Code (with `"tslint.jsEnable": true`). From 447878b4c31ddddd4a9c508d14c1587ead772c6d Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:18:33 +0100 Subject: [PATCH 09/27] Removed Java from Syntax section --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c12e6ff..2ea23ec 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,6 @@ Language packages extend the editor with syntax highlighting and/or snippets for - [F#](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp) - [Fortran](https://marketplace.visualstudio.com/items?itemName=Gimly81.fortran) - [Handlebars](https://marketplace.visualstudio.com/items?itemName=andrejunges.Handlebars) -- [Java](https://marketplace.visualstudio.com/items?itemName=redhat.java) - [KL](https://marketplace.visualstudio.com/items?itemName=melmass.kl) - [Kotlin](https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin) - [LaTeX](https://marketplace.visualstudio.com/items?itemName=torn4dom4n.latex-support) From b87f9c65240af0d34404ce924191655fd791a599 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:19:27 +0100 Subject: [PATCH 10/27] Added Maven for Java extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ea23ec..e642894 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### Java - [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) +- [Maven for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven) ### JavaScript From 7c930600d1b2e7772f3ddca4209df5f31ca3a6b4 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:22:27 +0100 Subject: [PATCH 11/27] Added PHP DocBlocker extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e642894..e673814 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ These extensions provide slightly different sets of features. While the first on #### Other extensions +- [PHP DocBlocker](https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker) - [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) - PHP CodeSniffer for Visual Studio Code - [phpfmt](https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt) - phpfmt for Visual Studio Code From 379a1c23193226d01929f0839991147c853e7f5c Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:24:09 +0100 Subject: [PATCH 12/27] Added ST Babel extension (the top one in Marketplace is not working properly) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e673814..e1d8158 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### JavaScript +- [Babel](https://marketplace.visualstudio.com/items?itemName=joshpeng.sublime-babel-vscode#overview) - Babel extension ported from Sublime Text - [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/xojs/xo). From d0226035096cc9b192cdb6d0ff8945dd5a328d0f Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:26:34 +0100 Subject: [PATCH 13/27] Added another Babel extension and a link to comparison --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1d8158..3fc5585 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,11 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### JavaScript -- [Babel](https://marketplace.visualstudio.com/items?itemName=joshpeng.sublime-babel-vscode#overview) - Babel extension ported from Sublime Text +- [Babel JavaScript](https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel) +- [Sublime Babel](https://marketplace.visualstudio.com/items?itemName=joshpeng.sublime-babel-vscode#overview) - Babel extension ported from Sublime Text + +See the difference between these two [here](https://github.com/michaelgmcd/vscode-language-babel/issues/1) + - [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/xojs/xo). From 1118a590e7e47a65807a4d18e280f9cf5d752398 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:31:18 +0100 Subject: [PATCH 14/27] Added Hack extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fc5585..836eb80 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ Language packages extend the editor with syntax highlighting and/or snippets for - [Erlang](https://marketplace.visualstudio.com/items?itemName=pgourlain.erlang) - [F#](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp) - [Fortran](https://marketplace.visualstudio.com/items?itemName=Gimly81.fortran) +- [Hack(HHVM)](https://marketplace.visualstudio.com/items?itemName=pranayagarwal.vscode-hack) - [Handlebars](https://marketplace.visualstudio.com/items?itemName=andrejunges.Handlebars) - [KL](https://marketplace.visualstudio.com/items?itemName=melmass.kl) - [Kotlin](https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin) From da8a77af6d7c6972bf1f2dcef791cf5b94944510 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:42:25 +0100 Subject: [PATCH 15/27] Added Lombok --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 836eb80..3981586 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,8 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) - [Maven for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven) +- [Lombok](https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok) + ### JavaScript - [Babel JavaScript](https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel) From 34e5d012937a5d5a49e769467cb8510626b3fe22 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:44:23 +0100 Subject: [PATCH 16/27] Added PolaCode --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3981586..84b9e7e 100644 --- a/README.md +++ b/README.md @@ -516,6 +516,13 @@ These extensions provide slightly different sets of features. While the first on ![](https://raw.githubusercontent.com/formulahendry/vscode-platformio/master/images/build.gif) + +### [Polacode](https://marketplace.visualstudio.com/items?itemName=pnp.polacode) + +> Polaroid for your code 📸. + +![](https://github.com/octref/polacode/raw/master/demo/usage.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 5d19984eda637d976425c0c843d0b9c8ec6e732c Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:46:45 +0100 Subject: [PATCH 17/27] Swapped link to CDN's one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b9e7e..c1a3d2d 100644 --- a/README.md +++ b/README.md @@ -521,7 +521,7 @@ These extensions provide slightly different sets of features. While the first on > Polaroid for your code 📸. -![](https://github.com/octref/polacode/raw/master/demo/usage.gif) +![](https://raw.githubusercontent.com/octref/polacode/master/demo/usage.gif ) ### [Quokka](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode) From 39c120c878bb40a44b1382b439afdd5ad58def22 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 22:38:07 +0100 Subject: [PATCH 18/27] Updated PHP and JavaScript sections, updated extensions --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c1a3d2d..b8eb771 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [PHP](#php) - [Python](#python) - [Rust](#rust) - - [Twig](#twig) - [Productivity](#productivity) - [Azure IoT Toolkit](#azure-iot-toolkit) - [Bookmarks](#bookmarks) @@ -230,6 +229,12 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod - [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). +#### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) + +> A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol. + +![](https://raw.githubusercontent.com/Microsoft/vscode-chrome-debug/master/images/screenshot.png) + ### TypeScript - [tslint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) - TSLint for Visual Studio Code @@ -249,9 +254,12 @@ These extensions provide slightly different sets of features. While the first on #### Other extensions +- [Composer](https://marketplace.visualstudio.com/items?itemName=ikappas.composer) +- [PHP Debug](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) - XDebug extension for Visual Studio Code - [PHP DocBlocker](https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker) - [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) - PHP CodeSniffer for Visual Studio Code - [phpfmt](https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt) - phpfmt for Visual Studio Code +- [Twig Language 2](https://marketplace.visualstudio.com/items?itemName=mblode.twig-language-2) ### Python @@ -261,10 +269,6 @@ These extensions provide slightly different sets of features. While the first on - [Rust](https://marketplace.visualstudio.com/items?itemName=kalitaalexey.vscode-rust) - Linting, auto-completion, code formatting, snippets and more -### Twig - -- [Twig Language](https://marketplace.visualstudio.com/items?itemName=mblode.twig-language) - Snippets, Syntax Highlighting, Hover, and Formatting for Twig. - ## Productivity ### [Azure Cosmos DB](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb) @@ -488,12 +492,6 @@ These extensions provide slightly different sets of features. While the first on ![](https://cdn-images-1.medium.com/max/2000/1*sqGllC-pgXNaEBfB-cxG9Q.png) -### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) - -> A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol. - -![](https://raw.githubusercontent.com/Microsoft/vscode-chrome-debug/master/images/screenshot.png) - ### [Edit with Shell Command](https://marketplace.visualstudio.com/items?itemName=ryu1kn.edit-with-shell) > Levarage your favourite shell commands to edit text From 3f49886eb56f34cdc608e8394ada0c2e85145ad8 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 22:39:51 +0100 Subject: [PATCH 19/27] Moved Twig to it's own section --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8eb771..103483e 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,21 @@ These extensions provide slightly different sets of features. While the first on - [PHP Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) - [PHP IntelliSense](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) + +#### Twig + +- [Twig Language 2](https://marketplace.visualstudio.com/items?itemName=mblode.twig-language-2) + +To enable Emmet support in .twig files, you'll need to have the following in your settings: + +```json +{ + "emmet.includeLanguages": { + "twig": "html" + } +} +``` + #### Other extensions - [Composer](https://marketplace.visualstudio.com/items?itemName=ikappas.composer) @@ -259,7 +274,6 @@ These extensions provide slightly different sets of features. While the first on - [PHP DocBlocker](https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker) - [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) - PHP CodeSniffer for Visual Studio Code - [phpfmt](https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt) - phpfmt for Visual Studio Code -- [Twig Language 2](https://marketplace.visualstudio.com/items?itemName=mblode.twig-language-2) ### Python From 45e178df78630b26ab6a1b75b840b4a87ada40c8 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 22:40:18 +0100 Subject: [PATCH 20/27] Dropped Twig dup --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 103483e..35f9209 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,6 @@ Language packages extend the editor with syntax highlighting and/or snippets for - [Scala](https://marketplace.visualstudio.com/items?itemName=itryapitsin.Scala) - [Stylus](https://marketplace.visualstudio.com/items?itemName=sysoev.language-stylus) - [Swift](https://marketplace.visualstudio.com/items?itemName=Kasik96.swift) -- [Twig](https://marketplace.visualstudio.com/items?itemName=whatwedo.twig) - [VEX](https://marketplace.visualstudio.com/items?itemName=melmass.vex) - [Zephir](https://marketplace.visualstudio.com/items?itemName=zephir-lang.zephir) From 3f3f5f2528cf87b5e425aaaea641e0bb0e709cd7 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 22:41:24 +0100 Subject: [PATCH 21/27] Added Configuring Visual Studio Code for Drupal --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 35f9209..25e12c9 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,10 @@ To enable Emmet support in .twig files, you'll need to have the following in you - [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) - PHP CodeSniffer for Visual Studio Code - [phpfmt](https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt) - phpfmt for Visual Studio Code +#### Read more + +- [Configuring Visual Studio Code for Drupal](https://www.drupal.org/docs/develop/development-tools/configuring-visual-studio-code) + ### Python - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more. From 44b78c66eea418bcded57f7334ea4903c1201c10 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Mon, 19 Mar 2018 08:16:36 +0100 Subject: [PATCH 22/27] Made headers more prominent --- README.md | 196 +++++++++++++++++++++++++++--------------------------- 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/README.md b/README.md index 25e12c9..fcf3c9e 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Contribute](#contribute) - [License](#license) -## Official +# Official - [Official website](https://code.visualstudio.com/) - [Source code](https://github.com/microsoft/vscode) on GitHub @@ -113,7 +113,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Releases (insiders channel)](https://code.visualstudio.com/insiders) - [Monthly iteration plans](https://github.com/Microsoft/vscode/issues?utf8=%E2%9C%93&q=label%3Aiteration-plan+) -## Syntax +# Syntax Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format. @@ -146,50 +146,50 @@ Language packages extend the editor with syntax highlighting and/or snippets for - [VEX](https://marketplace.visualstudio.com/items?itemName=melmass.vex) - [Zephir](https://marketplace.visualstudio.com/items?itemName=zephir-lang.zephir) -## Editor Keymaps +# 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) +## [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) +## [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) +## [Migrating from Visual Studio](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vs-keybindings) > Popular Visual Studio keybindings for VS Code. -### [Migrating from Intellij IDEA](https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings) +## [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 +# Lint and IntelliSense In case the awesome nirvana that is linting has not yet been unleashed upon you: > lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written in any computer language. 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 - [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++ +## 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 - [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. -### C# +## C# - [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) - Preview C# extension by [Microsoft](https://www.microsoft.com), read [official documentation](https://code.visualstudio.com/docs/languages/csharp) for the details -### CSS +## CSS - [stylelint](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint) - Lint CSS/SCSS. - [Autoprefixer](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-autoprefixer) @@ -200,22 +200,22 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ![Intellisense CSS class names](http://i.imgur.com/5crMfTj.gif) -### Go +## Go - [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go) - Rich language support for the Go language. -### Haskell +## Haskell - [haskell-linter](https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter) -### Java +## Java - [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) - [Maven for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven) - [Lombok](https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok) -### JavaScript +## JavaScript - [Babel JavaScript](https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel) - [Sublime Babel](https://marketplace.visualstudio.com/items?itemName=joshpeng.sublime-babel-vscode#overview) - Babel extension ported from Sublime Text @@ -228,23 +228,23 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod - [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). -#### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) +### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) > A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol. ![](https://raw.githubusercontent.com/Microsoft/vscode-chrome-debug/master/images/screenshot.png) -### TypeScript +## TypeScript - [tslint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) - TSLint for Visual Studio Code -### Markdown +## Markdown - [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) - Linter for [markdownlint](https://github.com/DavidAnson/markdownlint). -### PHP +## PHP -#### IntelliSense +### IntelliSense These extensions provide slightly different sets of features. While the first one offers better autocompletion support, the second one seems to have more features overall. @@ -252,7 +252,7 @@ These extensions provide slightly different sets of features. While the first on - [PHP IntelliSense](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) -#### Twig +### Twig - [Twig Language 2](https://marketplace.visualstudio.com/items?itemName=mblode.twig-language-2) @@ -266,7 +266,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you } ``` -#### Other extensions +### Other extensions - [Composer](https://marketplace.visualstudio.com/items?itemName=ikappas.composer) - [PHP Debug](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) - XDebug extension for Visual Studio Code @@ -274,33 +274,33 @@ To enable Emmet support in .twig files, you'll need to have the following in you - [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) - PHP CodeSniffer for Visual Studio Code - [phpfmt](https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt) - phpfmt for Visual Studio Code -#### Read more +### Read more - [Configuring Visual Studio Code for Drupal](https://www.drupal.org/docs/develop/development-tools/configuring-visual-studio-code) -### Python +## Python - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more. -### Rust +## Rust - [Rust](https://marketplace.visualstudio.com/items?itemName=kalitaalexey.vscode-rust) - Linting, auto-completion, code formatting, snippets and more -## Productivity +# Productivity -### [Azure Cosmos DB](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb) +## [Azure Cosmos DB](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb) > Browse your database inside the vs code editor ![](https://media.giphy.com/media/fnK9fzP80e7YfO7JAq/giphy.gif) -### [Azure IoT Toolkit](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.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, 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/device-explorer.png) -### [Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks) +## [Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks) > Mark lines and jump to them @@ -308,44 +308,44 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![](https://raw.githubusercontent.com/alefragnani/vscode-bookmarks/master/images/bookmarks-toggle.png) -### [Copy Relative Path](https://marketplace.visualstudio.com/items?itemName=alexdima.copy-relative-path) +## [Copy Relative Path](https://marketplace.visualstudio.com/items?itemName=alexdima.copy-relative-path) > Copy Relative Path from a File -### [Deploy](https://marketplace.visualstudio.com/items?itemName=mkloubert.vs-deploy) +## [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) +### [Gi](https://marketplace.visualstudio.com/items?itemName=rubbersheep.gi) > Generating .gitignore files made easy. ![](https://raw.githubusercontent.com/hasit/vscode-gi/master/assets/gi.gif) -### [Git History](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory) +## [Git History](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory) > View git log, file or line History ![](https://raw.githubusercontent.com/DonJayamanne/gitHistoryVSCode/master/images/fileHistoryCommand.gif) -### [Git Project Manager](https://marketplace.visualstudio.com/items?itemName=felipecaputo.git-project-manager) +## [Git Project Manager](https://marketplace.visualstudio.com/items?itemName=felipecaputo.git-project-manager) > Automatically indexes your git projects and lets you easily toggle between them -### [GitLink](https://marketplace.visualstudio.com/items?itemName=qezhu.gitlink) +## [GitLink](https://marketplace.visualstudio.com/items?itemName=qezhu.gitlink) > GoTo current file's online link in browser and Copy the link in clipboard. ![](https://raw.githubusercontent.com/qinezh/vscode-gitlink/master/images/how_to_use_it.gif) -### [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) +## [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) > Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file and blame history explorers, and commands to compare changes with the working tree or previous versions. ![](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/gitlens-preview1.gif) -### [Git Indicators](https://marketplace.visualstudio.com/items?itemName=lamartire.git-indicators) +## [Git Indicators](https://marketplace.visualstudio.com/items?itemName=lamartire.git-indicators) > Atom like git indicators on active panel @@ -354,78 +354,78 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![](https://raw.githubusercontent.com/lamartire/vscode-git-indicators/master/preview/modified.png) -### [GitHub](https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-github) +## [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. > 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) +## [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! -### [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) +## [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) > Launch a development local Server with live reload feature for static & dynamic pages. ![live-server](https://raw.githubusercontent.com/ritwickdey/vscode-live-server/master/images/Screenshot/vscode-live-server-animated-demo.gif) -### [Multiple clipboards](https://marketplace.visualstudio.com/items?itemName=slevesque.vscode-multiclip) +## [Multiple clipboards](https://marketplace.visualstudio.com/items?itemName=slevesque.vscode-multiclip) > 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) +## [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) +## [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) -#### [Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype) +### [Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype) > Infer the structure of JSON and paste is as types in many programming languages ![Paste JSON as Code](https://raw.githubusercontent.com/quicktype/quicktype-vscode/master/media/demo.gif) -### [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) +## [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) > Visual Studio Code plugin that autocompletes filenames ![](https://i.giphy.com/iaHeUiDeTUZuo.gif) -### [Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) +## [Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) > Easily switch between projects. ![](https://raw.githubusercontent.com/alefragnani/vscode-project-manager/master/images/project-manager-commands.png) -### [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) +## [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) > Allows you to send HTTP request and view the response in Visual Studio Code directly. ![](https://raw.githubusercontent.com/Huachao/vscode-restclient/master/images/usage.gif) -### [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) +## [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) +## [Yo](https://marketplace.visualstudio.com/items?itemName=samverschueren.yo) > Scaffold projects using [Yeoman](http://yeoman.io/) ![](https://raw.githubusercontent.com/SamVerschueren/vscode-yo/master/media/yo.gif) -## Formatting & Beautification +# Formatting & Beautification -### [Better Align](https://marketplace.visualstudio.com/items?itemName=wwm.better-align) +## [Better Align](https://marketplace.visualstudio.com/items?itemName=wwm.better-align) > Align your code by colon(:), assignment(=,+=,-=,*=,/=) and arrow(=>). It has additional support for comma-first coding style and trailing comment. > @@ -433,47 +433,47 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Better Align](https://raw.githubusercontent.com/WarWithinMe/better-align/master/images/2.gif) -### [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag) +## [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag) > Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text ![](https://raw.githubusercontent.com/formulahendry/vscode-auto-close-tag/master/images/usage.gif) -### [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) +## [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) > Auto rename paired HTML/XML tags ![](https://raw.githubusercontent.com/formulahendry/vscode-auto-rename-tag/master/images/usage.gif) -### [beautify](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify) +## [beautify](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify) > Beautify code in place for VS Code -### [ECMAScript Quotes Transformer](https://marketplace.visualstudio.com/items?itemName=vilicvane.es-quotes) +## [ECMAScript Quotes Transformer](https://marketplace.visualstudio.com/items?itemName=vilicvane.es-quotes) > Transform quotes of ECMAScript string literals ![](https://cloud.githubusercontent.com/assets/970430/10563944/4cc04462-75d1-11e5-984b-41e0a21a72c3.gif) -### [Paste and Indent](https://marketplace.visualstudio.com/items?itemName=Rubymaniac.vscode-paste-and-indent) +## [Paste and Indent](https://marketplace.visualstudio.com/items?itemName=Rubymaniac.vscode-paste-and-indent) > Paste code with "correct" indentation ![](https://github.com/vikrantnegi/vscode-personal-preference-setting/blob/master/screenshots/pasteandindent.gif) -### [Sort Lines](https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines) +## [Sort Lines](https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines) > Sorts lines of text in specific order ![](https://raw.githubusercontent.com/Tyriar/vscode-sort-lines/master/images/usage-animation.gif) -### [Wrap Selection](https://marketplace.visualstudio.com/items?itemName=konstantin.wrapSelection) +## [Wrap Selection](https://marketplace.visualstudio.com/items?itemName=konstantin.wrapSelection) > Wraps selection or multiple selections with symbol or multiple symbols ![](https://github.com/gko/wrap/blob/master/features.gif) -## Explorer Icons +# Explorer Icons - [VSCode Icons](https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons) @@ -483,178 +483,178 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Seti Icons](https://raw.githubusercontent.com/hellopao/vscode-seti-icons/master/screenshot.png) -## Uncategorized +# Uncategorized -### [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) +## [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) > Run code snippet or code file for multiple languages: C, C++, Java, JavaScript, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, C# Script, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script ![](https://raw.githubusercontent.com/formulahendry/vscode-code-runner/master/images/usage.gif) -### [Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight) +## [Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight) > Highlight web colors in your editor ![](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) -### [Dash](https://marketplace.visualstudio.com/items?itemName=deerawan.vscode-dash) +## [Dash](https://marketplace.visualstudio.com/items?itemName=deerawan.vscode-dash) > Dash integration in Visual Studio Code ![](https://cdn-images-1.medium.com/max/2000/1*sqGllC-pgXNaEBfB-cxG9Q.png) -### [Edit with Shell Command](https://marketplace.visualstudio.com/items?itemName=ryu1kn.edit-with-shell) +## [Edit with Shell Command](https://marketplace.visualstudio.com/items?itemName=ryu1kn.edit-with-shell) > Levarage your favourite shell commands to edit text ![Edit with Shell Command](https://raw.githubusercontent.com/ryu1kn/vscode-edit-with-shell/master/images/animations/public.gif) -### [Editor Config for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) +## [Editor Config for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) > Editor Config for VS Code -### [ftp-sync](https://marketplace.visualstudio.com/items?itemName=lukasz-wronski.ftp-sync) +## [ftp-sync](https://marketplace.visualstudio.com/items?itemName=lukasz-wronski.ftp-sync) > Auto-sync your work to remote FTP server ![](http://i.imgur.com/W9h4pwW.gif) -### [PlatformIO](https://marketplace.visualstudio.com/items?itemName=formulahendry.platformio) +## [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) -### [Polacode](https://marketplace.visualstudio.com/items?itemName=pnp.polacode) +## [Polacode](https://marketplace.visualstudio.com/items?itemName=pnp.polacode) > Polaroid for your code 📸. ![](https://raw.githubusercontent.com/octref/polacode/master/demo/usage.gif ) -### [Quokka](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode) +## [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. ![](https://quokkajs.com/assets/img/vsc1.gif) -### [Runner](https://marketplace.visualstudio.com/items?itemName=mattn.Runner) +## [Runner](https://marketplace.visualstudio.com/items?itemName=mattn.Runner) > Run various scripts right from VS Code ![](https://raw.githubusercontent.com/mattn/vscode-runner/master/images/screenshot.gif) -### [Slack](https://marketplace.visualstudio.com/items?itemName=sozercan.slack) +## [Slack](https://marketplace.visualstudio.com/items?itemName=sozercan.slack) > Send messages and code snippets, upload files to Slack ![](https://raw.githubusercontent.com/sozercan/vscode-slack/master/slack-upload.gif) -#### [Spotify](https://marketplace.visualstudio.com/items?itemName=shyykoserhiy.vscode-spotify) +### [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) +## [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. ![SVG Viewer](https://github.com/cssho/vscode-svgviewer/blob/master/img/preview.png) -### [Vim Mode](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) +## [Vim Mode](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) > Relatively new, but promising extension implementing Vim features in VSCode. Authors suggest to join their [Slack channel](https://vscodevim-slackin.azurewebsites.net/) for feature requests on your favorite Vim features -## Themes +# Themes -### UI +## UI If you're feeling brave, there are at least two custom UIs for VS Code: - [Essence](https://github.com/flagello/Essence) - [Pragmatic Essence](https://github.com/orta/Essence) -### Syntax +## Syntax -#### [An Old Hope Theme](https://marketplace.visualstudio.com/items?itemName=dustinsanders.an-old-hope-theme-vscode) +### [An Old Hope Theme](https://marketplace.visualstudio.com/items?itemName=dustinsanders.an-old-hope-theme-vscode) ![](https://raw.githubusercontent.com/dustinsanders/an-old-hope-theme-vscode/0d6b1508a2fbf27c86d92da0040a2549b6150552/dark.png) -#### [Ariake Dark Color Theme](https://marketplace.visualstudio.com/items?itemName=wart.ariake-dark) +### [Ariake Dark Color Theme](https://marketplace.visualstudio.com/items?itemName=wart.ariake-dark) ![](https://raw.githubusercontent.com/a-wart/ariake-dark/master/misc/ariake_dark_github.png) -#### [Atom One Dark Syntax Theme](https://marketplace.visualstudio.com/items?itemName=andischerer.theme-atom-one-dark) +### [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) +### [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) +### [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) -#### [Ayu](https://marketplace.visualstudio.com/items?itemName=teabyii.ayu) +### [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) +### [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) -#### [Cobalt2 Theme Official by Wes Bos](https://marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2) +### [Cobalt2 Theme Official by Wes Bos](https://marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2) ![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](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=Equinusocio.vsc-material-theme) +### [Material-theme](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme) ![](https://image.ibb.co/mGCtnn/Material_Theme.gif) -#### [Nord](https://marketplace.visualstudio.com/items?itemName=arcticicestudio.nord-visual-studio-code) +### [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) -#### [Plastic](https://marketplace.visualstudio.com/items?itemName=will-stone.plastic) +### [Plastic](https://marketplace.visualstudio.com/items?itemName=will-stone.plastic) Features full workbench theming ![](https://will-stone.github.io/plastic/screenshot-min.png) -#### [Seti](https://marketplace.visualstudio.com/items?itemName=bialikover.theme-seti) +### [Seti](https://marketplace.visualstudio.com/items?itemName=bialikover.theme-seti) ![](https://cloud.githubusercontent.com/assets/376065/12876209/0c5c2060-cdfd-11e5-9ff9-f3db152fc7fe.png) -## Resources for extension developers +# Resources for extension developers -### Documentation +## Documentation - [Extending Visual Studio Code](https://code.visualstudio.com/docs/extensions/overview) section of [Official Documentation](https://code.visualstudio.com/docs) -### Libraries +## Libraries - [vscode-set-text](https://github.com/samverschueren/vscode-set-text) - An easy-to-use VS Code `#setText()` method. - [vscode-test-content](https://github.com/mlewand-org/vscode-test-content) - A method to set/get editor content, and it's selection. Especially useful for unit tests. -### Tools +## Tools - [Online TextMate Themes Editor](http://tmtheme-editor.herokuapp.com/) - since VS Code supports TextMate themes, you can create them in this online editor and then create a new VS Code package using [Yo Code](https://code.visualstudio.com/docs/extensions/yocode) tool - [Yo Code - Extension Generator](https://code.visualstudio.com/docs/extensions/yocode) @@ -663,12 +663,12 @@ Features full workbench theming - [Themer](https://themer.mjswensen.com) - Easily create your own theme for VS Code (and matching ones for your other tools). - [Azure Tools for Visual Studio Code](https://github.com/bradygaster/azure-tools-vscode) - This extension for Visual Studio Code gives Azure developers some convenient commands for creating or accessing resources directly in the editor. ![azure-tools-vscode](https://raw.githubusercontent.com/johnpapa/vscode-azure-functions-tools/master/images/json-schema-function.gif) -## Contribute +# Contribute Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first. -## License +# License [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) From 9f750db88e6d356cfbc1ae210ba60dc4b8e8619a Mon Sep 17 00:00:00 2001 From: Vaibhav Khaitan Date: Tue, 27 Mar 2018 14:47:34 -0400 Subject: [PATCH 23/27] Added Extensions for C# --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fcf3c9e..32e59a3 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,11 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) - Preview C# extension by [Microsoft](https://www.microsoft.com), read [official documentation](https://code.visualstudio.com/docs/languages/csharp) for the details +- [C# FixFormat](https://marketplace.visualstudio.com/items?itemName=Leopotam.csharpfixformat) - Fix format of usings / indents / braces / empty lines + +- [C# Extensions](https://marketplace.visualstudio.com/items?itemName=jchannon.csharpextensions) - Provides extensions to the IDE that will speed up your development workflow. +![C# Extensions](https://github.com/jchannon/csharpextensions/raw/master/featureimages/fullpropfromctor.gif) + ## CSS - [stylelint](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint) - Lint CSS/SCSS. From dd1829a92b11bbcbe3a6bd893483acb4200389f8 Mon Sep 17 00:00:00 2001 From: Vaibhav Khaitan Date: Tue, 27 Mar 2018 23:27:26 -0400 Subject: [PATCH 24/27] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32e59a3..1ce51d0 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [C# FixFormat](https://marketplace.visualstudio.com/items?itemName=Leopotam.csharpfixformat) - Fix format of usings / indents / braces / empty lines - [C# Extensions](https://marketplace.visualstudio.com/items?itemName=jchannon.csharpextensions) - Provides extensions to the IDE that will speed up your development workflow. -![C# Extensions](https://github.com/jchannon/csharpextensions/raw/master/featureimages/fullpropfromctor.gif) +![C# Extensions](https://raw.githubusercontent.com/jchannon/csharpextensions/master/featureimages/fullpropfromctor.gif) ## CSS From c8e2a753c8338316556e32ee22088f5ef96da429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Thu, 29 Mar 2018 03:21:47 +0500 Subject: [PATCH 25/27] =?UTF-8?q?=F0=9F=92=9C=20Add=20Shades=20of=20Purple?= =?UTF-8?q?=20Theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add [Shades of Purple](https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple) VS Code theme to the list. ### Demo GIF: ![](https://dha4w82d62smt.cloudfront.net/items/032R3i0B353Q3a3u2B3F/Screen%20Recording%202018-03-29%20at%2002.07%20AM.gif) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1ce51d0..9845f71 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Material-theme](#material-theme) - [Nord](#nord) - [Plastic](#plastic) + - [Shades of Purple](#shades-of-purple) - [Seti](#seti) - [Resources for extension developers](#resources-for-extension-developers) - [Documentation](#documentation) @@ -644,6 +645,12 @@ Features full workbench theming ![](https://will-stone.github.io/plastic/screenshot-min.png) +### [Shades of Purple](https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple) + +A professional theme with hand-picked & bold shades of purple 💜 to go along with your VS Code. A custom VS Code theme with style. + +![](https://dha4w82d62smt.cloudfront.net/items/032R3i0B353Q3a3u2B3F/Screen%20Recording%202018-03-29%20at%2002.07%20AM.gif) + ### [Seti](https://marketplace.visualstudio.com/items?itemName=bialikover.theme-seti) ![](https://cloud.githubusercontent.com/assets/376065/12876209/0c5c2060-cdfd-11e5-9ff9-f3db152fc7fe.png) From 975767886fe48ec141fb133c6eaeebfb8f241904 Mon Sep 17 00:00:00 2001 From: Evan Brodie Date: Mon, 12 Mar 2018 23:39:01 -0400 Subject: [PATCH 26/27] adds migrating-from-intellij-idea to ToC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9845f71..6ad62c0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Migrating from Atom](#migrating-from-atom) - [Migrating from Sublime Text](#migrating-from-sublime-text) - [Migrating from Visual Studio](#migrating-from-visual-studio) + - [Migrating from Intellij IDEA](#migrating-from-intellij-idea) - [Lint and IntelliSense](#lint-and-intellisense) - [1C](#1c) - [C++](#c) From 205770f7adc86c06f47ff94ac24bf8e86e0808ce Mon Sep 17 00:00:00 2001 From: Pranay Prakash Date: Wed, 7 Mar 2018 21:51:51 -0600 Subject: [PATCH 27/27] Add CSS Peek --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6ad62c0..d8ccb32 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,11 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ## CSS +#### [CSS Peek](https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek) +> Peek or Jump to a CSS definition directly from HTML, just like in Brackets! + +![CSS Peek](https://github.com/pranaygp/vscode-css-peek/blob/master/working.gif) + - [stylelint](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint) - Lint CSS/SCSS. - [Autoprefixer](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-autoprefixer) Parse CSS,SCSS, LESS and add vendor prefixes automatically.