Update article.md

VS code is a very common editor; especially for JavaScript.
This commit is contained in:
Tad Thorley 2019-09-24 23:40:43 -06:00 committed by GitHub
parent 87f86eaf6d
commit 83b5fb66f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ In practice, lightweight editors may have a lot of plugins including directory-l
The following options deserve your attention: The following options deserve your attention:
- [Atom](https://atom.io/) (cross-platform, free). - [Atom](https://atom.io/) (cross-platform, free).
- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free).
- [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware). - [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware).
- [Notepad++](https://notepad-plus-plus.org/) (Windows, free). - [Notepad++](https://notepad-plus-plus.org/) (Windows, free).
- [Vim](http://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) are also cool if you know how to use them. - [Vim](http://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) are also cool if you know how to use them.