this post was submitted on 15 Dec 2025
32 points (94.4% liked)
Programming
23908 readers
146 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nit picking: why use VSCodium? It's better to use Eclipse Theia instead, which is built from scratch and runs its own extension repository.
...and for the old timers: NO! Eclipse Theia is NOT the Eclipse you're thinking of
After a quick search, Eclipse "Theia" has a whole load of AI marketing and is the alternative to "GitHub CoPilot, Cursor, etc". No thanks.
That's just AI marketing bandwagon crap, probably fishing for funding. The editor has been around for a few years, and it had nothing to do with AI until very recently.
mmm ok
It's what I'm used to and it's got a good selection of extensions that are useful to me.
VS Codium uses open vsx, which is the extension registry built and run by the Eclipse team. Whatever extensions you're using will also work on Theia.
oh, that's pretty cool actually :0