• WolfLink@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    vor 2 Tagen

    I’ve found AI powered autocomplete suggestions is actually quite nice. The time save when it gets it right is sometimes significant, but the time lost when it gets it wrong is usually negligible.

    • tyler@programming.dev
      link
      fedilink
      arrow-up
      8
      ·
      vor 2 Tagen

      good grief, AI powered autocomplete is so bad it slows down my development by an order of magnitude.

      • Chais@sh.itjust.works
        link
        fedilink
        arrow-up
        6
        ·
        vor 1 Tag

        It’s really set up for failure. It can only fall short of a deterministic, type-aware, contextual autocompletion, something IDEs have been supporting for like a decade.

        • tyler@programming.dev
          link
          fedilink
          arrow-up
          4
          ·
          vor 1 Tag

          Yeah, as soon as it was added I immediately saw a massive decrease in effectiveness. It starts by showing exactly what I want, then I hit tab and it autocompletes some bullshit that I do not want. I then have to undo and retype everything rather than using tab. It’s a insane failure of dev tooling.