From d0226035096cc9b192cdb6d0ff8945dd5a328d0f Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 21:26:34 +0100 Subject: [PATCH] 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).