Skip to content

Commit a4aa087

Browse files
authored
Update article.md
1 parent 9fdfb7b commit a4aa087

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

1-js/01-getting-started/2-code-editors/article.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ An IDE loads the project (can be many files), allows navigation between files, p
1212

1313
If you haven't considered selecting an IDE yet, look at the following variants:
1414

15-
- [WebStorm](http://www.jetbrains.com/webstorm/) for frontend development and other editors of the same company if you need additional languages.
16-
- 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/))
17-
- [Netbeans](http://netbeans.org/).
15+
- [WebStorm](http://www.jetbrains.com/webstorm/) for frontend development and other editors of the same company if you need additional languages (paid).
16+
- [Visual Studio Code](https://code.visualstudio.com/) (free).
17+
- [Netbeans](http://netbeans.org/) (paid).
18+
19+
All of the IDEs except cross-platform.
20+
21+
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/)).
22+
23+
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.
1824

19-
All of the IDEs except Visual Studio are available on Windows, MacOs and Linux. Visual Studio doesn't work on Linux.
2025

21-
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.
2226

2327
## Lightweight editors
2428

0 commit comments

Comments
 (0)