Live data from Hacker News

Theia: Cloud and Desktop IDE

theia-ide.org

131–140 of 192 posts

Re: Theia: Cloud and Desktop IDE

#131
post #54

Theia developers: The Eclipse brand in the IDE/code editor world is toxic to many developers; You may want to disassociate Theia from Eclipse if you’re hoping for wide usage or pulling devs away from VS Code.

Which is amusing, since the latest standard Java desktop IDE is now no more or less clunky than IntelliJ's offering IMHO.

IME what adds to the bloat is all the poorly-written and/or neglected plugins users seem to want to install.

Re: Theia: Cloud and Desktop IDE

#133
post #101
post #76

Earlier quoted context omitted.

> Eclipse has been around forever, and is going nowhere. That's true of everything, right up until the day it's gone. I heard the same thing about Borland. And Perl, Fortran, 1-2-3, Netware, Lycos, Blackberry, ... The history of computers is littered with brands which were once impossibly dominant, and now just a footnote.

In my research field, about 80% of the software is Fortran. Actively developed Fortran. I wouldn't really compare it with 1-2-3/other DOS-apps or blackberry which are basically the software equivalent of consumables.

Fortran is no longer dominant.

Re: Theia: Cloud and Desktop IDE

#134
post #65
post #44

Earlier quoted context omitted.

My day job is TypeScript all day long, so like all but one quintillionth of one percent of TypeScript developers, I use VS Code all day long, too. I'm extremely happy with its development, too; I think the team behind it has done as good a job as I have personally ever seen of both a.) delivering consistent improvements that excite the daily users, and b.) running an open source project. Still, I absolutely think we…

I'm the local TS evangelist. Exactly no one I've seen who's tried WebStorm has switched back to VSCode. They consume all of the same LSP APIs that VSCode does from the LS, but they have all their IDE goodies as well.

Hmm, what I liked about sublime was that it was fast and let me do text really fast too.. other than that it got out of the way.

Everything I need is on Ctrl+p or Ctrl+shift+p.

vscode is like sublime to me, just seems the language completion got useful.

Re: Theia: Cloud and Desktop IDE

#135
post #54

Theia developers: The Eclipse brand in the IDE/code editor world is toxic to many developers; You may want to disassociate Theia from Eclipse if you’re hoping for wide usage or pulling devs away from VS Code.

Agree. When I read Eclipse, I thought "icky" and scrolled down to see if maybe JetBrains will turn it into something usable. Since they're not in the list, I'll pass on this. I'd rather rent a Windows Server so that I can remote desktop into IntelliJ than suffer through another IDE. The productivity boost that you can get from using a great tool that you are intimately familiar with is just way too much to sacrifice…

You needn't even remote in IntelliJ runs on windows mac and linux.

Re: Theia: Cloud and Desktop IDE

#136

I think many people are missing the point that this doesn't appear to be a finished product ready for developers to use. It looks like Eclipse's goal is to make a foundation that others can customize for their purposes, building off of what VSCode has already done. That's not to say this is a good idea or not, but I think all the comments asking "Why would anyone switch to this from VSCode" are missing the point.

> I think many people are missing the point that this doesn't appear to be a finished product ready for developers to use. It's absolutely a finished product, GitPod is the commercially available (and white-label-able) version, people are productively using this today, including using VSCode addons and writing their own. > "Why would anyone switch to this from VSCode" Imagine preparing a Docker image of everything re…

You ever see one VIM or Emacs user try to use someone else’s setup? I’d be shocked if there were any productivity gains... this seems like something that managers want to say but is disconnected from reality.

Re: Theia: Cloud and Desktop IDE

#137
post #127

Earlier quoted context omitted.

While I understand your point about “Eclipse”, as a long time open source web developer, macOS user who has had to work at times with Microsoft servers, I did not think the best of “Visual Studio” Now I spend much of my day in Visual Studio Code.

The difference is, Visual Studio is a world-class IDE produced by a company that sucks, while Eclipse sucks as an IDE.

> produced by a company that sucks

Yeah, well, that's just, like, your opinion, man.

Re: Theia: Cloud and Desktop IDE

#138
post #125
post #54

Theia developers: The Eclipse brand in the IDE/code editor world is toxic to many developers; You may want to disassociate Theia from Eclipse if you’re hoping for wide usage or pulling devs away from VS Code.

What are you talking about. Just because a bunch of hipsters dislike Eclipse doesn't mean everyone does. Eclipse rocks.

I agree. You pry it from my cold, dead hands.

Re: Theia: Cloud and Desktop IDE

#139
This basically adds no value. Looking at the GitPod introduction video here https://medium.com/gitpod/gitpod-gitpod-online-ide-for-githu... can somebody explain me how it is different from me cloning, making changes and creating PR. - Github by default shows diff in a wonderful way to reviewer. - Every project has its own customized way of deployment. - This is just a UI version of cloning, comiting and creating PR. Like GitHub Desktop. - Other than that the editor (Theia) can be simply replaced by a terminal and an editor of your choice.

Re: Theia: Cloud and Desktop IDE

#140

Earlier quoted context omitted.

While I understand your point about “Eclipse”, as a long time open source web developer, macOS user who has had to work at times with Microsoft servers, I did not think the best of “Visual Studio” Now I spend much of my day in Visual Studio Code.

I worked professionally with VS doing Windows app development in C++ and I found it super powerful, especially for handling our 20 years old gigantic codebase. I don't get the hate, and I spend most of my days in Emacs nowadays (doing more research-y coding). Yes, it's huge, but it's huge because it is full of powerful tools for developers.

I don’t hate Visual Studio or Eclipse IDE’s

It is just that I have always done a different style of coding for over 20 years. More focused on text editors (BBEdit, Sublime, VSCode, vi, etc) and supporting command line tools.

I have seen the power that my IDE colleagues have for their use cases.

But honestly, I think many of us text editor focused developers where very skeptical of Visual Studio Code due to its VS branding. For myself, I don’t see Eclipse’s brand any better or worse than Visual Studios.

Post reply on HN