Remove VS Code from IDE section

This commit is contained in:
imidom 2018-12-07 11:55:04 -05:00 committed by GitHub
parent f7044234bc
commit 776d7e6d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,6 @@ An IDE loads the project (which can be many files), allows navigation between fi
If you haven't selected an IDE yet, consider the following options:
- [WebStorm](http://www.jetbrains.com/webstorm/) for frontend development. The same company offers other editors for other languages (paid).
- [Visual Studio Code](https://code.visualstudio.com/) (free).
- [Netbeans](http://netbeans.org/) (paid).
All of these IDEs are cross-platform.
@ -34,7 +33,7 @@ In practice, lightweight editors may have a lot of plugins including directory-l
The following options deserve your attention:
- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free).
- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free) also has many IDE-like features.
- [Atom](https://atom.io/) (cross-platform, free).
- [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware).
- [Notepad++](https://notepad-plus-plus.org/) (Windows, free).