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!

6 points
*
Removed by mod
permalink
report
reply
1 point

I’m currently using Gnome and can’t exactly change the QT theme in a supported way, so Kate is stuck in a light theme. Using Kvantum makes it look like a mix of light and dark theme in a really bad way.

The GTK alternative Geany also doesn’t work well since it’s also sadly stuck in a constant light theme.

permalink
report
parent
reply
3 points

Doesn’t Kate have its own theme options?

permalink
report
parent
reply
2 points

I can only change the text editor’s theme but not the UI’s.

permalink
report
parent
reply
1 point

can’t exactly change the QT theme in a supported way

Can’t you use qt5ct/qt6ct?

permalink
report
parent
reply
1 point

I like kate in general but I can’t seem to get it to use semantic highlighting with gopls

permalink
report
parent
reply
11 points

Why not just download a binary and/or make your own binary from the vscodium github page?

They’ve got a ton of statically linked ones to chose from that should be simple to just untar and run.

permalink
report
reply
3 points

I would really prefer getting the text editor from flatpak or the system package manager for auto-updates, though I’m not sure if the binaries you mention also get auto-updates.

permalink
report
parent
reply
2 points
  1. Install nix.
  2. nix profile install nixpkgs#vscodium
  3. nix profile upgrade ‘.*’

Won’t auto update but you could add the upgrade command to a login script or something.

Won’t lie, nix has a high learning curve to get the most out of it, but installing a single app is pretty simple.

permalink
report
parent
reply
2 points

Codium auto updates itself, yes.

permalink
report
parent
reply
3 points
*

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.

permalink
report
reply
1 point
*

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

permalink
report
parent
reply
1 point

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.

permalink
report
parent
reply
5 points

What do you want an IDE to do (that a straight-up text editor wouldn’t?)

permalink
report
reply
3 points

I just need something that supports gopls and some basic features such as syntax highlighting, reasonable indents, code-completion etc.

permalink
report
parent
reply
15 points

I found emacs to be perfectly fine. Didn’t need an IDE. Go compiler then was astoundingly fast–instant builds, basically. I think newer Go compilers are slower but generate better code. It would be nice to have a compile time flag to turn the slow optimizations on and off, like C compilers have.

permalink
report
reply
4 points

Didn’t need an IDE.

That’s actually considered an IDE.

And, these days, runs leaner than vi for single-file editing from a dead start. It’s weird but it’s true by like 1%.

permalink
report
parent
reply
6 points

I thought Emacs was an OS? 😏

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Community stats

  • 9.3K

    Monthly active users

  • 3.2K

    Posts

  • 37K

    Comments