From 776d7e6d0a88b6c7847fdadaaf113f86b489e5ec Mon Sep 17 00:00:00 2001 From: imidom Date: Fri, 7 Dec 2018 11:55:04 -0500 Subject: [PATCH] Remove VS Code from IDE section --- 1-js/01-getting-started/2-code-editors/article.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/1-js/01-getting-started/2-code-editors/article.md b/1-js/01-getting-started/2-code-editors/article.md index c1685da6..71c63158 100644 --- a/1-js/01-getting-started/2-code-editors/article.md +++ b/1-js/01-getting-started/2-code-editors/article.md @@ -13,7 +13,6 @@ An IDE loads the project (which can be many files), allows navigation between fi If you haven't selected an IDE yet, consider the following options: - [WebStorm](http://www.jetbrains.com/webstorm/) for frontend development. The same company offers other editors for other languages (paid). -- [Visual Studio Code](https://code.visualstudio.com/) (free). - [Netbeans](http://netbeans.org/) (paid). All of these IDEs are cross-platform. @@ -34,7 +33,7 @@ In practice, lightweight editors may have a lot of plugins including directory-l The following options deserve your attention: -- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free). +- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free) also has many IDE-like features. - [Atom](https://atom.io/) (cross-platform, free). - [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware). - [Notepad++](https://notepad-plus-plus.org/) (Windows, free).