From 26b635e3e0226d14cc6f94e833d6a8aaebf0ad11 Mon Sep 17 00:00:00 2001 From: ABD-01 Date: Mon, 25 Jan 2021 06:59:20 +0000 Subject: [PATCH] Add VSCode to list of text editors --- sites/en/installfest/editors.step | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/en/installfest/editors.step b/sites/en/installfest/editors.step index 102e63955..293d759c7 100644 --- a/sites/en/installfest/editors.step +++ b/sites/en/installfest/editors.step @@ -8,6 +8,7 @@ There are a number of different editors designed for programming. You may alread * TextMate is very popular in the Ruby and Rails community. It is not free. * Aptana Studio is a free, full-featured, development IDE (Integrated Development Environment) for Ruby and Rails. It has many powerful features to assist you while you develop your code. You can install Aptana as either a stand-along program or as an Eclipse plugin. * RubyMine is used by many companies for their Ruby and Rails software development. Is is also a full-featured IDE, very similar to Aptana. RubyMine is not free, but has a 30-day evaluation period. +* VS Code is a free, lightweight but powerful source-code editor made by Microsoft. Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. There are other programming editors available, but these are among the most popular. Some people use simple non-programming editors, such as NotePad (or WordPad or TextEdit in "plain text" mode). It is fine to use a simple editor, though at some point you should look into using an editor designed for programming as using a programming editor or IDE will improve your programming productivity.