From b4537536f54a56b9cd4c91025a734c2e221f28c8 Mon Sep 17 00:00:00 2001 From: Alistair Laing Date: Fri, 2 Jun 2017 22:19:15 +0100 Subject: [PATCH] Visual Studio is available for Mac --- 1-js/01-getting-started/2-code-editors/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d3378dc0..8a835e61 100644 --- a/1-js/01-getting-started/2-code-editors/article.md +++ b/1-js/01-getting-started/2-code-editors/article.md @@ -20,7 +20,7 @@ If you haven't considered selecting an IDE, look at the following variants: - [Komodo IDE](http://www.activestate.com/komodo-ide) and it's lightweight free version [Komodo Edit](http://www.activestate.com/komodo-edit). - [Netbeans](http://netbeans.org/). -All of them with the exception of Visual Studio are cross-platform. +All of them with the exception of Visual Studio are cross-platform. Visual Studio is now available for Mac and for Windows (https://www.visualstudio.com/vs/visual-studio-mac/) 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.