• davel [he/him]@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I refuse to use VSCode/ium anymore; I usually pay for & use JetBrains; I keep trying—and failing—to use Emacs.

    • ByteWelder@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      For me, the sweet spot is IntelliJ with the vim plugin. If you want to give emacs another try, I recommend Spacemacs. I use Spacemacs sometimes, but not for code.

    • PenguinTD@lemmy.ca
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      well, Jetbrains are pretty high quality products though, I don’t mind paying their price if I have to pay for IDE for my personal work. I think even the corp level license pricing is not too bad compare to VS.

      • ruckblack@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        My company has a jetbrains license and I honestly run into so many problems with it. Still haven’t found an all-around IDE that I want to stick to.

        • Cornelius@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Maybe give Lapce a shot, it’s still in it’s infancy, but it’s pretty slick and very responsive.

        • PenguinTD@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          Maybe I am not advance users so I don’t usually run into issues that much. Things I use (for C++):

          • find usage
          • rename functions(refractor?) so I don’t have to hunt them down
          • debug stepping/watch
          • P4 integration
          • the auto prompt/complete
          • they have good Unreal Engine integration so I can also know if a function is called/used in a blueprint.
          • ruckblack@sh.itjust.works
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            Nah, probably just due to different languages I’d guess. I’ve mostly had issues with it creating Python virtual envs, I always have to manually create one because it just breaks. There’s a bug on the jetbrains tracker that’s been open for this for more than a year. The run config doesn’t respect environment variables, despite having a box for it. And I have constant problems with their remote development feature, though I know that’s in beta. Just really disappointing honestly. I hate when my IDE gets in the way of development.