I regret nothing. Say what you want.

Edit: I just saw the two typos. If you find them, you’re welcome to keep them.

  • I genuinely do a lot of coding in Kate, the standard KDE editor. It’s enough to do a lot of things, has highlighting, and is more than enough when you just need a quick fix.

    I am also still using nano when editing stuff in the terminal. Please, don’t judge me.

    • mmddmm@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      18 days ago

      Yep, I came here to say that Kate is really nice. Even though I’m an emacs user and won’t use it.

      Nano, on the other hand, can’t do almost anything, so I can’t recommend that people make heavy use of it. It’s ok for random small edits, but that’s it. (By the way, YSK that you can set your terminal to use Kate as the default editor by setting the $EDITOR variable.)

    • Ghoelian@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      18 days ago

      To be fair, Kate isn’t just a text editor, it actually is an IDE. The text editor version would be kwrite, which would be horrible to program in.

  • Black616Angel@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    17 days ago

    And then there is a colleague who programs in Notepad++ directly on the test server and then just copies his code to prod.

    (yes, he works alone on that project)

  • Takumidesh@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    17 days ago

    Vim and emacs are text editors.

    Vs code is a code editor (but really it’s also just a text editor)

    Maybe they mean IDEs like visual studio?

    I’ve never really heard it called a coding GUI before.