• FizzyOrange@programming.dev
    link
    fedilink
    English
    arrow-up
    6
    ·
    22 hours ago

    Yeah I wish they were spending some development effort on the actual IDE and not just all AI stuff. There’s still basic stuff like the Process Viewer CPU usage just not working at all, which makes it very difficult to diagnose performance issues - one of the main complaints people have about VSCode!

    Though I will say using AI to generate alt text is a pretty decent idea.

  • Martin@feddit.nu
    link
    fedilink
    English
    arrow-up
    6
    ·
    23 hours ago

    I haven’t been excited for vscode releases for a long time. It’s all just AI functionality, which I couldn’t care less about.

  • spartanatreyu@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 hours ago

    I’m conflicted by this release.

    On one hand it has a common sense feature where the editor shows what changes in a file are already staged which will be good because it’ll help people separate their code changes into different commits for unrelated changes (as opposed to just shoving everything into a single unmanageable tangled commit), but then it’s adding all this ai slop which pushes users to just put all the slop into a single commit anyway.

  • CodexArcanum@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    23 hours ago

    I just ditched it last month, finally. For Codium though, I’m still not committed to a retvrn to emacs. Exciting though, should be a new version out soon then! Edit: well, maybe not that exciting. I just checked the link and of course its like 95% “improvements” to the forced Copilot integration.

    • Lazycog@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      21 hours ago

      Codium is honestly a really nice product. Atom was my go to editor before MS aquired Github and turned it into vscode and I still like it, but without all the MS bullshit (so codium).

      But yeah all the AI crap is taking all the development time now.

    • spartanatreyu@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      19 hours ago

      I really want to switch to helix, but its plugin system is still being developed.

      Plugins mean we get a file system tree, LSPs, and integrated version control, the three things that turn an editor into an IDE.