this post was submitted on 10 Aug 2026
39 points (97.6% liked)
Programming
28242 readers
208 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Maybe Eclipse Theia - landing page talks about AI-native, but it's a platform and may have alternatives within the ecosystem or download/install choices
The name makes it seem like it's a fork of Eclipse, but it's all in Typescript and compatible with VSCode. Is it an IDE or an editor?
It's from the Eclipse foundation/org, but based on the classic Eclipse IDE platform.
I only looked at Theia when it first came up publicly, not sure how it evolved. It's similar to VSCode, supports VSCode extensions IIRC, but also does some (technical) things differently.
I categorize it as "VSCode but under the Eclipse foundation and from their own codebase" (rather than a fork or fork+reduce).