Skip to content

Commit 2f37897

Browse files
committed
minor fixes
1 parent 28803aa commit 2f37897

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The main difference between a "lightweight editor" and an "IDE" is that an IDE w
2929

3030
In practice, lightweight editors may have a lot of plugins including directory-level syntax analyzers and autocompleters, so there's no strict border between a lightweight editor and an IDE.
3131

32-
The following options deserve your attention:
32+
There are many options, for instance:
3333

3434
- [Sublime Text](https://www.sublimetext.com/) (cross-platform, shareware).
3535
- [Notepad++](https://notepad-plus-plus.org/) (Windows, free).
@@ -42,3 +42,8 @@ The editors in the lists above are those that either I or my friends whom I cons
4242
There are other great editors in our big world. Please choose the one you like the most.
4343

4444
The choice of an editor, like any other tool, is individual and depends on your projects, habits, and personal preferences.
45+
46+
The author's personal opinion:
47+
48+
- I'd use [Visual Studio Code](https://code.visualstudio.com/) if I develop mostly frontend.
49+
- Otherwise, if it's mostly another language/platform and partially frontend, then consider other editors, such as XCode (Mac), Visual Studio (Windows) or Jetbrains family (Webstorm, PHPStorm, RubyMine etc, depending on the language).

0 commit comments

Comments
 (0)