• Bilb!@lem.monster
    link
    fedilink
    arrow-up
    32
    ·
    edit-2
    1 year ago

    Whichever Jetbrains IDE is appropriate. I fell in love with Rider and wound up paying for their all-inclusive license. I’ve since made heavy use of Webstorm, CLion, and Datagrip professionally and personally.

  • open_world@lemmy.world
    link
    fedilink
    arrow-up
    28
    ·
    1 year ago

    Visual Studio Code. It has great defaults out of the box, is highly customizable and extensible, has near universal support for every programming language, and runs reasonably fast on my machines.

    • Karu 🐲@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      1 year ago

      Yeah VSCode is the GOAT. I reached a point where I basically only ever use any other IDE if I’m explicitly told to, or if I don’t have a desktop environment to work with. Or if I have to work with Java, because sadly I found the Java support on VSCode to be rather lacking.

  • sini
    link
    fedilink
    arrow-up
    23
    ·
    1 year ago

    NeoVim. Endlessly customizable, quick to start, and can offer whatever niche feature you’d like. Did I say it was endlessly customizable?

  • Liz@beehaw.org
    link
    fedilink
    arrow-up
    22
    arrow-down
    1
    ·
    1 year ago

    When I first started programming a few years ago, I used Python’s default IDLE. After a few months of that I switched to Atom (RIP), and shortly after moved to VS Code. I’ve stuck with VS Code since.

      • Daeraxa@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 year ago

        Yay, Im happy there is at least one pulsar mention! We are thinking of setting up a Lemmy community but want to make sure there is enough interest.

        • crunchpaste@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          If you setup a community for pulsar, you have a guaranteed subscriber in me. And if you’re one of the devs I can’t thank you enough for your work.

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

            Dev is probably a strong word for me but I’m definitely on the Pulsar team lol. I mainly do the website stuff and blog/release posts/announcements. Good to hear we have a supporter for it here :)

  • fkrauthan@lemmy.cogindo.net
    link
    fedilink
    arrow-up
    10
    ·
    1 year ago

    JetBrains IDE all the way. Mostly Intellij Idea, WebStorm, CLion (for Rust) and PhpStorm. Once in a while Visual Studio Code for a quick text file edit.

      • bob@lemmy.havocperil.uk
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        I want to like vscode, and the vim bindings make me feel at home. I just don’t like it though, I find it so slow for a text editor, and the intellisense seems to be very hit and miss as to whether it’s going to work.

        Every few months I open up vscode and give it a try, then go back to vim.