From 03d10ca9288c3d8c7d8ce775d10d1d87379bd8ab Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sat, 3 Feb 2018 15:33:08 +0300 Subject: [PATCH] minor --- 1-js/01-getting-started/2-code-editors/article.md | 2 -- 1 file changed, 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 87e68888..51da5c73 100644 --- a/1-js/01-getting-started/2-code-editors/article.md +++ b/1-js/01-getting-started/2-code-editors/article.md @@ -16,8 +16,6 @@ If you haven't considered selecting an IDE yet, look at the following variants: - IntelliJ editors: [WebStorm](http://www.jetbrains.com/webstorm/) for frontend development and [PHPStorm (PHP)](http://www.jetbrains.com/phpstorm/), [IDEA (Java)](http://www.jetbrains.com/idea/), [RubyMine (Ruby)](http://www.jetbrains.com/ruby/) and others 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/)) -- Eclipse-based products, like [Aptana](http://www.aptana.com/) and Zend Studio. -- [Komodo IDE](http://www.activestate.com/komodo-ide) and its lightweight free version [Komodo Edit](http://www.activestate.com/komodo-edit). - [Netbeans](http://netbeans.org/). All of the IDEs listed above are available on both Windows and Mac, and the IDEs other than Visual Studio are also available on Linux.