What text editor should I use? ⌨️
Youssef-mic

Youssef-mic @youssefmic

About: I am a junior full-stack developer using Nextjs, Tailwind CSS also I am a c++ developer

Location:
Tartus, Syria
Joined:
Aug 9, 2022

What text editor should I use? ⌨️

Publish Date: Aug 14 '22
5 18

A man is as good as his tools

— Emmert Wolf

So I am gonna help you choose which text editor to use because there are so many companies selling shovels in the developer gold rush!

First, let’s see what are the choices:
In the stack overflow developer survey, those were the results stack overflow developer survey

So this leads us to the first question:

Should I use an IDE or regular text editor?

it depends first if you were developing something like Java and you know that you’re coding in Java only it’s better to use an IDE to get access to some special developer and debugging tools that may be hard to find in a regular text editor like visuals studio code, but on the other hand, when using multiple languages using multiple IDEs will take you between a million and a quadrillion times slower. Also using an IDE can be pricey for example JetBrains if you want to use some of their IDEs you have to pay around $69 a month!!
So now after clarifying the situation let's look at the best text editors.

Visual Studio Code

Visual Studio Code is a free and open-source text editor. It’s built over chromium(so be rest assured that it's a memory hog) I use it and I like it because of its massive extension store and its minimal design. It’s so powerful!

Notepad++

This editor feels like you are programming in Microsoft word but not in a bad way it’s like it’s simple there’s not that much usability for it but it’s good for a quick edit.

Sublime Text

This is also one of my main editors are use it rarely if I want to do some quick edits or something it’s decent and it’s also good for beginners because it doesn’t have the tooling and stuff it’s just simple.

Vim

Unlike the other three above it, I can’t say I have tried vim. I use it as a vs code extension and I like that it boosts my productivity other than that can't say anything.

So here we conclude our small little tour in the text editor world hope you liked it.
And write down in the comments what are you using!!

Comments 18 total

  • Youssef-mic
    Youssef-micAug 14, 2022

    First time I feel that I helped somebody

  • Youssef-mic
    Youssef-micAug 14, 2022

    Look, I’d like to burn back...
    But I’m not supposed to burn trash
    😳😂

  • Jon Randy 🎖️
    Jon Randy 🎖️Aug 14, 2022

    Regarding SublimeText...

    because it doesn’t have the tooling and stuff it’s just simple.

    What do you mean by that?

    • Youssef-mic
      Youssef-micAug 14, 2022

      I mean that it’s not as good as visual studio code in my opinion because it's the community is far smaller

      • Jon Randy 🎖️
        Jon Randy 🎖️Aug 14, 2022

        That's not related to the portion I highlighted

        • Youssef-mic
          Youssef-micAug 14, 2022

          It has a simpler and beginner friendly interface

  • Varshith V Hegde
    Varshith V HegdeAug 15, 2022

    I think VSCode is best as it has growing and active community which builds extensions that can make programming more easy.

  • Ethan
    EthanAug 15, 2022

    My personal favorite is Vim.
    You can make it as simple or as complicated as you want. xD

    • Youssef-mic
      Youssef-micAug 15, 2022

      Just you have to learn how to exit😂🤣

  • Richard Guay
    Richard GuayAug 15, 2022

    My favorite is NeoVim with the LunarVim configuration. For a graphical editor, I prefer OniVim 2. It run many of the VC plugins as well.

    • ૮༼⚆︿⚆༽つ
      ૮༼⚆︿⚆༽つAug 15, 2022

      Does OniVim 2 now support native multi cursor?

      • Richard Guay
        Richard GuayAug 15, 2022

        Not completely. But, it is MIT licensed now. It’s open source and the original author hasn’t had time to work on it since he had to get a job instead of working on NeoVim 2 all the time. So, it has gone stale but is still very usable.

  • Auracle
    AuracleAug 19, 2022

    If something is trending, it's often because it's the current best.
    VScode, simple.

    You can always complex your life and use something else

    • Youssef-mic
      Youssef-micAug 20, 2022

      Right, but it is possible to consider some alternative

  • Jujist
    JujistNov 3, 2022

    Geany.
    Simple, lightweight, very powerful, offering a lot of options and customizations,
    great for PHP and other www technologies.

Add comment