Earlier quoted context omitted.
Eclipse is known for being clunky, but at least it is _known_. It is also trusted. When I wrote my first Android app, it was the only practical way to write and test. Not sure if that has since changed (am no longer doing apps), but my guess is that a lot of people have Eclipse on their system. There is a saying that even negative publicity is still publicity. The most important thing that Theia needs to convince wou…
> 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.
Theia: Cloud and Desktop IDE
101–110 of 192 posts
Re: Theia: Cloud and Desktop IDE
#102So it is also Electron based IDE just like VSC? What is the point in making VCS copy then?
Re: Theia: Cloud and Desktop IDE
#103What is Theia better for than Visual Studio code or Atom or any other of this new trend of build-a-bear IDEs? I like Eclipse and the Eclipse foundation (hey, they rocked the whole IDE game back then, and make a decent one nowadays too), but I cannot understand where this particular project sits.
Re: Theia: Cloud and Desktop IDE
#104Is it just me or did anyone else feel this was a VS Code on the web? The UI reminded me more of VS Code than Eclipse (from when I last used it).
Re: Theia: Cloud and Desktop IDE
#105Theia 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.
Genuinely curious here, how can an IDE be toxic? I haven't heard any such thing before.
If people associate the IDE with negative emotions, which a lot of people have for eclipse, I'd say it's fair to call it toxic.
Re: Theia: Cloud and Desktop IDE
#106I'd really loved this a few years ago; but now VS Code's "Remote" extension helps most of my issues. It's just brilliant that I can do e.g. embedded dev on a physical Linux box while running the IDE on Windows.
The only thing remaining to have a complete developer experience on Windows would be to convince Apple to allow building of iOS apps on other operating systems.
Re: Theia: Cloud and Desktop IDE
#107Theia 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.
Genuinely curious here, how can an IDE be toxic? I haven't heard any such thing before.
Re: Theia: Cloud and Desktop IDE
#108Theia 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.
I have to admit, my first impression wasn't positive. I thought this was an another attempt, after Eclipse Orion, to get that bloated beast into the modern world.
Re: Theia: Cloud and Desktop IDE
#109Earlier quoted context omitted.
You're 100% correct, Theia supports configuration via a .vscode/ directory, because that seems to be a "standard" way to configure your IDE. (Before you jump, yes it also supports EditorConfig). Also, Theia indeed uses the Monaco editor, and various other open-source components also found in VS Code. The developers of Theia and VS Code actually collaborate on these. And finally, Theia fully supports VS Code extension…
Thanks for showing me OpenVSX, I am now really invested in checking out Theia! Going to be a real game changer for me if I can self-host this, will try it out in Docker ASAP.
Re: Theia: Cloud and Desktop IDE
#110I've come to appreciate web IDEs a lot. It's nice to develop in an environment where every computer with a web browser can be used as your workstation. It restores the exact context that you left behind in your last session. And, since it's usually hosted in big cloud providers, you have absurdly fast internet connection. It's cozy. However, I'm still evaluating managed solutions, since I'm not so motivated anymore t…
>An alternative setup for a web IDE for vim or emacs users would be, in my opinion, an in-browser terminal hosted somewhere that gives you secure authentication and access to your server. A big plus is to implement it in such a way that the machine will turn on automatically when you access your site-terminal, and auto shutdown if it remains idle for a period of time. You basically just described cloud console in GCP…