You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/01-getting-started/2-code-editors/article.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ If you haven't considered selecting an IDE yet, look at the following variants:
16
16
-[Visual Studio Code](https://code.visualstudio.com/) (free).
17
17
-[Netbeans](http://netbeans.org/) (paid).
18
18
19
-
All of the IDEs except cross-platform.
19
+
All of the IDEs are cross-platform.
20
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/)).
21
+
For Windows, there's also a "Visual Studio" editor, don't confuse 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
22
23
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.
24
24
@@ -53,7 +53,7 @@ I'm using:
53
53
54
54
## Let's not argue
55
55
56
-
The editors in the lists above are those that either I or my friends who I consider good developers have been using for a long time and are happy with.
56
+
The editors in the lists above are those that either I or my friends whom I consider good developers have been using for a long time and are happy with.
57
57
58
58
There are other great editors in our big world. Please choose the one you like the most.
0 commit comments