Hello! My question is basically what the title says. I’m searching for an IDE/text editor for Go development and am wondering if anybody knows an alternative to these. Here is the list of software I tried:

  • I’ve tried NeoVim but I really don’t want to waste time doing text-based configuration and messing with extensions just to get some basic features working.

  • I tried VSCodium but it doesn’t exist in my system software repositories (I’m currently on Chimera Linux), and the flatpak version can’t run any system commands.

  • GoLand and Sublime Text are proprietary & paid.

It seems the market for IDEs is pretty small, so I wouldn’t really be surprised if nothing existed that fit these criteria, but thanks for any answers in advance!

Edit: I’ve settled with Lite-XL which seems to be a great editor. Thanks for all of your great recommendations!

  • Em Adespoton
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 month ago

    GVim is available pretty much everywhere? And it’s infinitely customizable.

    It does have a learning curve, but then you get to use that knowledge for the rest of your life.

    • fernlike3923@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 month ago

      I’m going to have to take a look at that tomorrow since it has become pretty late here. Although thanks for the suggestion!

      • Em Adespoton
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        I’ve been using vim/GVim for over 30 years; with only minimal tweaks I’ve used it with maybe 15 different programming languages/compilers, a few of which needed custom configurations written to do anything useful.

        While everyone else is struggling to get on with the IDE du jour, I just get stuff done without having to learn anything new other than a new syntax and library set.