Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb42ed1

Browse files
committedJun 9, 2025·
merging all conflicts
2 parents 896285d + 540d753 commit eb42ed1

File tree

105 files changed

+2468
-403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+2468
-403
lines changed
 

‎.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: iliakan

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,35 @@ Windows үчүн Visual Studio да бар (Visual Studio Code менен чат
2929

3030
Иш жүзүндө "жеңил" редакторлор көптөгөн плагиндерге, анын ичинде директория деңгээлиндеги синтаксис анализаторлору жана автокошумчалоолору ээ болушу мүмкүн, ошондуктан "жеңил" редактор менен IDE ортосунда катуу чеги жок.
3131

32+
<<<<<<< HEAD
3233
Төмөнкү варианттар сиздин көңүлүңүздү бурууга татыктуу:
3334
- [Atom](https://atom.io) (кроссплатформалуу, акысыз)
3435
- [Sublime Text](http://www.sublimetext.com) (кроссплатформалуу, шарттуу акысыз).
3536
- [Notepad++](https://notepad-plus-plus.org/) (Windows, акысыз).
3637
- [Vim](http://www.vim.org/) жана [Emacs](https://www.gnu.org/software/emacs/) кантип колдонгонун билсеңиз, алар да жакшы.
3738

3839
## Жаңжалдашпайлы
40+
=======
41+
There are many options, for instance:
42+
43+
- [Sublime Text](https://www.sublimetext.com/) (cross-platform, shareware).
44+
- [Notepad++](https://notepad-plus-plus.org/) (Windows, free).
45+
- [Vim](https://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) are also cool if you know how to use them.
46+
>>>>>>> 540d753e90789205fc6e75c502f68382c87dea9b
3947
4048
Жогоруда саналган редакторлор авторго көптөн бери белгилүү жана кесиптештеринин көптөгөн жакшы пикирлерине ээ болушкан.
4149

4250
Албетте, башка көптөгөн сонун редакторлор бар. Сизге эң жактырганын тандаңыз.
4351

52+
<<<<<<< HEAD
4453
Башка куралды сыяктуу эле редакторду тандоо жеке иш болуп саналат жана долбоорлоруңузга, адаттарыңызга жана жеке каалоолоруңузга жараша болот.
54+
=======
55+
There are other great editors in our big world. Please choose the one you like the most.
56+
57+
The choice of an editor, like any other tool, is individual and depends on your projects, habits, and personal preferences.
58+
59+
The author's personal opinion:
60+
61+
- I'd use [Visual Studio Code](https://code.visualstudio.com/) if I develop mostly frontend.
62+
- 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).
63+
>>>>>>> 540d753e90789205fc6e75c502f68382c87dea9b

0 commit comments

Comments
 (0)
Please sign in to comment.