Unfortunately I wasn’t in the path of totality but I was pretty close.

Alt text: My photo of the (mostly but not totally covered) eclipse

  • Krafting
    link
    fedilink
    arrow-up
    25
    ·
    2 years ago

    5 down votes?? Yeah those must be the java devs.

    • Maalus
      link
      fedilink
      arrow-up
      12
      ·
      2 years ago

      Most java devs are on intellij with a very rare exception here and there.

      • Vipsu
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        4
        ·
        2 years ago

        VSCode is also fairly popular among Java developers.
        There’s also Eclipse Theia Blueprint which is basically a open source clone of VSCode.

        • scrawdaddy
          link
          fedilink
          arrow-up
          2
          ·
          2 years ago

          Is it really? It’s been a couple of years since I used Java, but vs code sucked for it compared to IntelliJ. I used vscode for everything else but could never make a Java workflow stick.

          • Vipsu
            link
            fedilink
            arrow-up
            1
            ·
            2 years ago

            It’s sort of minimalistic / lightweight alternative for IntellJ. Red Hat is working on the extension(s) which have worked fine for me at least for the past few years and it gets updates regularly.

            I use VSCode for C++, C#, Java, Python and for things like docker-files, html etc. IntelJ is fine but a bit bloated in comparison with its menus, sub-menus, sub-sub-menus and built in unnecessary extra features for those just looking for code editor.

            VSCode workflow with Java is mainly using it to write code, run tests, configure maven/gradle/docker/etc rest is more or less using CLI and Command palette.