From a4aa087725d0ff34be09d5ef97dde20c5981dbe0 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sun, 30 Sep 2018 23:54:48 +0300 Subject: [PATCH] Update article.md --- 1-js/01-getting-started/2-code-editors/article.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 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 0d714cdb..233a0ba2 100644 --- a/1-js/01-getting-started/2-code-editors/article.md +++ b/1-js/01-getting-started/2-code-editors/article.md @@ -12,13 +12,17 @@ An IDE loads the project (can be many files), allows navigation between files, p If you haven't considered selecting an IDE yet, look at the following variants: -- [WebStorm](http://www.jetbrains.com/webstorm/) for frontend development and other editors of the same company if you need additional languages. -- Visual Studio is fine if you're a .NET developer, and a free version is available ([Visual Studio Community](https://www.visualstudio.com/vs/community/)) -- [Netbeans](http://netbeans.org/). +- [WebStorm](http://www.jetbrains.com/webstorm/) for frontend development and other editors of the same company if you need additional languages (paid). +- [Visual Studio Code](https://code.visualstudio.com/) (free). +- [Netbeans](http://netbeans.org/) (paid). + +All of the IDEs except cross-platform. + +For Windows, there's also a "Visual Studio" editor, don't mess it with "Visual Studio Code". "Visual Studio" is a paid and actually very powerful Windows-only editor, well-suited for .NET platform. A free version of it is called ([Visual Studio Community](https://www.visualstudio.com/vs/community/)). + +Many IDEs are paid, but have a trial period. Their cost is usually negligible compared to a qualified developer's salary, so just choose the best one for you. -All of the IDEs except Visual Studio are available on Windows, MacOs and Linux. Visual Studio doesn't work on Linux. -Most IDEs are paid, but have a trial period. Their cost is usually negligible compared to a qualified developer's salary, so just choose the best one for you. ## Lightweight editors