DEV Community

Discussion on: If you've recently switched code editors— How's it going so far?

Collapse
 
coolshaurya profile image
Shaurya • Edited

My code editor journey has been as follows -

  1. Notepad
  2. Notepad++
  3. Atom
  4. Sublime Text
  5. Atom
  6. VSCode
  7. Vim
  8. Kakoune

At first, when starting out with web development, I used Notepad mostly because I did not know about the concept of a code editor :) . Then I found Notepad++ and it seemed amazing to me at the time - basic stuff like syntax highlighting and line numbers made me say "wow, this is cool". Then I saw Atom on some tutorial video online and thought it looked super slickand nice and started using that.

Atom was too slow on my computer so I switched to Sublime Text. Sublime Text did not have a lot of plugins and a GUI settings editor so I came back to Atom. Then I discovered VSCode which was a good balance between nice looks and speed so I switched to that. I saw some article saying that vim will make me a better developer so I started using vim. I don't think it improved my productivity, it probably reduced it.

Then I discovered Kakoune which gave me a better experience compared to vim with help messages out of the box so I switched to that.