Update article.md

This commit is contained in:
Ilya Kantor 2018-09-30 23:54:48 +03:00 committed by GitHub
parent 9fdfb7b3d3
commit a4aa087725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,17 @@ An IDE loads the project (can be many files), allows navigation between files, p
If you haven't considered selecting an IDE yet, look at the following variants: If you haven't considered selecting an IDE yet, look at the following variants:
- [WebStorm](http://www.jetbrains.com/webstorm/) for frontend development and other editors of the same company if you need additional languages. - [WebStorm](http://www.jetbrains.com/webstorm/) for frontend development and other editors of the same company if you need additional languages (paid).
- 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/)) - [Visual Studio Code](https://code.visualstudio.com/) (free).
- [Netbeans](http://netbeans.org/). - [Netbeans](http://netbeans.org/) (paid).
All of the IDEs except cross-platform.
For Windows, there's also a "Visual Studio" editor, don't mess it with "Visual Studio Code". "Visual Studio" is a paid and actually very powerful Windows-only editor, well-suited for .NET platform. A free version of it is called ([Visual Studio Community](https://www.visualstudio.com/vs/community/)).
Many 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.
All of the IDEs except Visual Studio are available on Windows, MacOs and Linux. Visual Studio doesn't work on Linux.
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.
## Lightweight editors ## Lightweight editors