I get that it’s open source provided you use codium not code but I still find that interesting

  • @flashgnash@lemm.eeOP
    link
    fedilink
    19 months ago

    Having come from full fat visual studio and using fairly fast machines VS code is a breeze to use.

    Though I can’t imagine it can compare to commandline stuff in that regard obviously

    Is there much reason to learn vim nowadays? I was under the impression it’s mostly around for people who got used to it back in the day

    • @steeznson@lemmy.world
      link
      fedilink
      109 months ago

      Knowing vim is pretty essential for working on servers. My usual setup is ssh + tmux + vim. I suppose you could substitute nano for vim if it’s installed.

    • @debil@lemmy.world
      link
      fedilink
      69 months ago

      If you have to ask, maybe not. But if you’re mostly “keyboard driven”, code and edit files a lot, it’s (vim or neovim) very much worth trying out.

    • @krimson@feddit.nl
      link
      fedilink
      59 months ago

      For me personally I am most productive in Neovim. But if you can’t be arsed to fiddle around with config files to get things set up it’s probably not worth the effort.

      Use what works best for you.

      • @flashgnash@lemm.eeOP
        link
        fedilink
        19 months ago

        I think I’ll probably end up doing it regardless because I have a weird urge to make everything as difficult and custom as possible

        Got used to gnome, finally got it just how I liked it then threw it out for hyprland

    • @ebits21@lemmy.ca
      link
      fedilink
      English
      59 months ago

      It’s great if you get used to it and put in the time to set it the way you want it. I find IDE’s very bloated.

    • nickwitha_k (he/him)
      link
      fedilink
      19 months ago

      As noted by others, if you do work on remote hosts, it’s priceless. That’s how I got used to it and I now find VSCode slow and unintuitive.

      • @flashgnash@lemm.eeOP
        link
        fedilink
        19 months ago

        Vscode can actually run over ssh but you need to install the Vscode server which is not ideal for some