this post was submitted on 22 Jul 2023
82 points (100.0% liked)

Open Source

823 readers
19 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

While I understand the lack of proper open source alternatives for some software like AutoCAD and After Effects, it always felt weird that the best IDEs/Text Editors are made by big corporations, because you know, these are the tools programmers use.

I tried vim/neovim, which I enjoy using, but I've come to prefer visual editors instead of text based. Kate looks promising, and I'm willing to contribute to it in my free time, but it just has that "amateurish" feel to it that I can't explain.

Anyone aware of other alternatives?

top 50 comments
sorted by: hot top controversial new old
[–] pol@infosec.pub 79 points 1 year ago (2 children)
[–] simonweiss@lemmy.ml 32 points 1 year ago* (last edited 1 year ago) (1 children)

This + package to enable VSCode marketplace. The only VSCode features it lacks afaik are out of the box settings sync and remote container development, which colud be substituted with plugins.

EDIT: also be sure to check out Lapce suggested by Yote.zip - it's a banger.

[–] pol@infosec.pub 5 points 1 year ago

You don't need that when you use NixOS 😋

[–] sprl@lemm.ee 3 points 1 year ago (2 children)

Any idea how well vscodium runs on macos? Is the performance worde than normal vscode?

[–] lenathaw@lemmy.ml 3 points 1 year ago

I use Codium on both PopOS and MacOSi, it's a bit slow to start, but performance is good, but I don't know how it compares to stock VSCode since I never tested it. But overall I'm very happy with it.

[–] madeindjs@lemmy.ml 2 points 1 year ago

I tried both and it's the same

[–] Daeraxa@lemmy.ml 20 points 1 year ago* (last edited 1 year ago) (3 children)

I've been keeping a list of alternatives for a while now that I really like:

  • Pulsar - An actively developed fork of Atom once Microsoft killed it off. Disclosure: I'm on the Pulsar team so I'm more than a little biased here but if you want to get involved we are always after people who want to contribute and we have a very friendly and active Discord server. First thing we did was re-implement the package backend and migrate it so we were able to keep the thousands and thousands of community packages for download.
  • Lite-XL - A really lightweight and fast editor written in C and Lua that is very actively developed. I use this on some less powerful systems.
  • Lapce - Another lightweight and very fast editor written in Rust and is in the middle of moving to their own UI framework. Not that extensible at the moment but supports LSP plugins.

Then for terminal based editors I really like Helix which is vim-like but uses a selection -> action model (like Kakoune). I really like it because it requires almost no configuration.

[–] CrypticCoffee@lemmy.ml 3 points 1 year ago

Thanks for your work on Pulsar. Atom was my go to simple editor before MS killed it off. I'm still fuming now. I really need to try Pulsar :). Been using Kate for now.

[–] o1o12o21@lemmy.ml 2 points 1 year ago

Playing around with lite-xl, thanks for the recommendation. Lacks many features for now, but seems to have a huge potential.

[–] crystal@feddit.de 2 points 1 year ago* (last edited 1 year ago)

I see a lot of potential in Lapce, but sadly the extensions (which are necessary, since it has basically no ootb language support) are very poorly maintained and outdated. Last I used it the Javascript/Typescript support was simply not sufficient for active use. I am very hopeful for Lapce's future though!

Edit: Just checked and the TS/JS extension is still on version 2022.11.0. The code formatting still doesn't work (for me) :(

[–] nope@yiffit.net 13 points 1 year ago

You could try VSCodium. VS code but less spyware-y

[–] Lauchmelder@feddit.de 9 points 1 year ago

I wouldn't exchange my neovim config for anything. After getting used to how vim works and installing all the plugins I need, I feel like this is my favourite editor. It looks nice and I enjoy using keyboard shortcuts over using a mouse.

That said, the day I lose my neovim config is the day I die. If it disappears I'm doomed

[–] monobot@lemmy.ml 9 points 1 year ago

People are writing different opinions, but you are right, best IDEs are comercial software.

I think it is just because it takes a lot of time and effort on boring stuff to make this tools smooth. Generally in open source we work on fun parts and leave those boring last 20% unfinished, which is ok with me.l

[–] Ascend910@lemmy.ml 9 points 1 year ago

Maybe codium will be what your looking for

[–] yote_zip@pawb.social 8 points 1 year ago (1 children)

Lapce is an alternative that you can try, though it's self-described as "pre-alpha".

[–] simonweiss@lemmy.ml 4 points 1 year ago

Why on Earth did I read this comment? 🥲 This app is so painfully fast and crisp! And it has Vim and SSH out of the box. And its own plugin marketplace... Now I have no choice but to suffer every time I open VSCode(ium) in hope that development continues and soon I will have the thing to ditch it for and finally get rid of my allergies to Electron.

[–] TrivialBetaState@sopuli.xyz 8 points 1 year ago

My first comment would be that free software made by a corporation is still free software. Like Eclipse, which was originally made by IBM and is a huge ecosystem, especially for "java and friends." So, there is nothing wrong with VS Code(ium). It is a "proper" open source editor and a very good one (I don't use it though - I prefer EMACS).

As for community-base alternatives (which is probably what you mean), you could consider kdevelop or pulsar. There are other alternatives which are equally good and surely one of them will fit your purpose. You mentioned Kate and I can't find anything wrong with it, especially once you start installing the plugins that are relevant to what you do. Same with Gedit.

[–] Solaris1789@jlai.lu 7 points 1 year ago

Vscodium or Geany

[–] nickwitha_k@lemmy.sdf.org 7 points 1 year ago

Neovim + LunarVim is most of what I need for software engineering out of the box. It even has debugger support. Plus it's way faster than VSCode and terminal friendly.

[–] ed_cock@kbin.social 6 points 1 year ago (1 children)

Visual Studio Code is kinda heavy, so why not Netbeans or Eclipse?

[–] falsem@kbin.social 4 points 1 year ago

A real wise guy, eh?

[–] perivesta@feddit.de 6 points 1 year ago

If you like Kate you can try Kdevelop. It's the same editor base but a bit more IDE like

[–] erAck@discuss.tchncs.de 5 points 1 year ago (1 children)
[–] Rodeo@lemmy.ca 4 points 1 year ago

I love geany but it's basically done. The little development that happens is maintenance only. It's great at what it does now, but don't expect any new feature (rip LSP)

[–] Marxine@lemmy.ml 4 points 1 year ago (2 children)

I alternate between VCCodium and Kate, both are fine to me, but Kate feels snappier since I'm on KDE. It's also less of a resource drain.

[–] MarcellusDrum@lemmy.ml 3 points 1 year ago (1 children)

I can't manage to make Kate look half descent on Mint (Cinnamon). It does look great on Plasma

[–] Marxine@lemmy.ml 1 points 1 year ago

Ouch, I can imagine how it feels. I've always been a KDE user, but I've tried other DEs before Since I used lots of KDE stuff (Krita, Kate, KdenLive) I stuck with it.

[–] Mot 2 points 1 year ago (1 children)

I frequently use Kate as a backup as well. Do you configure it in anyway?

[–] Marxine@lemmy.ml 2 points 1 year ago

I like to remove the top menu and have the icons to the sidebar. Other than that, I activate a few plugins and keep it pretty vanilla. Most of the default configs are fine to me, and the command bar helps a lot.

[–] ed_cock@kbin.social 4 points 1 year ago

If you program in Python check out Spyder, some other languages also have specialized IDEs that can be really good.

[–] django@discuss.tchncs.de 4 points 1 year ago

I don't understand the meaning of "visual editor" in the context of "text editor". But i can tell you, that i am a happy user of Spacemacs, a distribution of GNU Emacs. Doom Emacs seems also to be pretty popular. One of my favorite emacs packages is the git client "magit": https://video.emacs.ch/w/kFF1N8kveg3eCx86tU6aMW

[–] rikudou@lemmings.world 3 points 1 year ago (1 children)

What about JetBrains Fleet? I'm not sure it's open source, but it's free and I think it's a direct competitor to VS Code.

[–] falsem@kbin.social 2 points 1 year ago

Is it open source?

[–] Treeniks@lemmy.ml 3 points 1 year ago (2 children)

Now it absolutely isn't open source or even free, so if that is a must feel free to ignore me, but I personally do still really like using Sublime. Once you install SublimeLSP I find it genuinely really clean to work with. And even though it's technically not free, you can use its free trial version for as long as you want (with the only drawback being an annoying popup), if you do buy it it's a one-time payment, not a subscription, and the package eco system is mostly open source (SublimeLSP e.g. is open source).

Again, not free, but much faster, more light weight and imo cleaner than VSCode, and definitely not very corpo given the rather small size of Sublime HQ.

[–] andrew@radiation.party 1 points 1 year ago (1 children)

I’ve used sublime for over a decade and simply cannot stand how slow other editors are in comparison. Searching, jumping between files, etc is all just as fast one our huge production codebase as they are on my tiny personal projects. It’s insane

[–] lemann@lemmy.one 1 points 1 year ago

I use Atom for personal projects and Sublime for work - it's shocking how fast Sublime loads up in comparison.

Hopefully Atom's successor can address the performance issues, by the other comment threads here it looks like Pulsar is a contender

load more comments (1 replies)
[–] tho@lemmy.ml 3 points 1 year ago

i just use vim for everything except debugging, and vscode for debugging

[–] gian@lemmy.grys.it 1 points 9 months ago

If you need something specific for Python, there is Eric

[–] nrbray@lemmy.ml 1 points 9 months ago* (last edited 9 months ago)

I am on the path VSCodium --> Lapce under NixOS for visual editors and to decorporate my workflow. i.e. away from VSCode which is [otherwise] exceptional.

However, Helix looks incredible.

load more comments
view more: next ›