• @I_like_cats@lemmy.one
    link
    fedilink
    372 years ago

    But that’s something new to learn and configure. I just want to code why should I spend my time learning another text editor when vscodium is fine

    • @nonearther@lemmy.ml
      link
      fedilink
      English
      112 years ago

      Who doesn’t want to go through learning of text editor and pain of configuring instead of actually coding?

    • exu
      link
      fedilink
      English
      32 years ago

      Well, if you learned emacs, you could do everything in it and won’t have to change ever again! /s kinda

    • @sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      0
      edit-2
      2 years ago

      Same reason why a carpenter should learn to properly use hand tools, or a teacher should keep up on literature. In other words, master your tools. It doesn’t matter which tool you use, provided you can use it to its full potential.

      I occasionally use VSCode, but I mostly use ViM because that’s my tool of choice.

      For another reason, if your ever in the situation where you need to work on something on a remote server or an unfamiliar machine, knowing ViM means you can at least be somewhat productive when you don’t have your normal tools available.

      • @I_like_cats@lemmy.one
        link
        fedilink
        12 years ago

        I know vim. I’m using vscodium with a vim plugin. I was coding in pure vim for half a year because my Laptop with 4 gigs of RAM couldn’t handle vscode. I just don’t want to configure vim so it does all the stuff VScodium does for me

        • That’s fine, use what works best. I think there’s value in getting at least the basics working, such as syntax highlighting and linting in case you want or need to use it again.

          The question was why one should learn to use something like ViM or emacs, not why anything else is a poor option. Master your tools, regardless of what they are.