• FMT99@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    2 days ago

    I don’t know, I use GH copilot every day. Not to generate whole blocks of code but as autocomplete. It more often than not can finish my sentence for me. It’s makes wrong assumptions some times but it most definitely saves me time. I was just using an IDE today not set up for copilot and it made me realize how much I miss it when its gone.

    • FlorianSimon@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      12 hours ago

      At the end of the day, it’s a bit like a good editor setup. Sure, your crazy neovim skills might save you a minute or two here and there. But I’ve met excellent programmers that can code in anything, and be just as efficient as the Neovim nerds.

      Programming is not just about writing code, you spend a lot of time thinking about it, which is a huge part of the work.

      • flashgnash
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        6 hours ago

        I think things like helix and neovim are more about the dopamine hit from hitting the exact right sequence of buttons to make the change you want

        Definitely feel faster using helix than vscode though, even just stuff like m+i+" (select all within quotes, brackets etc)