Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
51–60 of 158 posts
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#52I think the only way to beat vs code at this point is to implement IDE in a native language without GC. VSCode , eclipse etc can be very sluggish on large-ish projects, slow downs accumulate with code base size growth leading to usability problems, slow autocompletion etc.
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#53What non OSS things are there to vscode? Is it the controversial telemetry stuff they’re doing that’s causing forks?
The installer and binaries distributed from Microsoft are not OSS.
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#54I tend to ignore what the Eclipse foundation is producing because of their poor development of the Eclipse IDE; they do have a point though when they mention true open source. VS Code is excellent, but is backed by a for profit enterprise, the same enterprise that now backs the Atom editor. There are a number concerns pending when our development and infrastructure eco systems are open source but controlled by for pr…
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#55Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#56But why ? What is the point ? There is already Visual Studio(free community edition equivalent to Professional Edition), Visual Studio Code, IntelliJ. Why waste more time and effort to re-invent the wheel ? As OSS project, it will not be able to keep-up with changes to MSBuild and .NET
Why not ? You have a problem with extra options that you don't have to use ?
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#57edit: Wait. Is this an early April fools' day joke?
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#58What are the problems with VSCode? I'm all for making alternatives if they are closed or you need to pay, but I believe Microsoft is doing a good service with all the regular and frequent updates to VSCode. Correct me if I missed something.
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#59OK, I'll bite... "...that enable developers, organizations, and vendors to create new, extensible solutions that avoid the fees associated with VS Code." What fees are they talking about? VS Code is not my regular editor, but the whole thing seems to indicate confusion between "Visual Studio" and "Visual Studio Code". I am missing something or is the Eclipse Foundation really conflating the two?
Yeah, I don't see the point of this, either. If you're looking for an alternative to Visual Studio Code, isn't that what VS Codium is for?
If you're on VS Code, just use VS Code. If you're on Eclipse, just use Eclipse.
But yeah, get to market. Quibbling over quasi-religious beliefs, like X is better than Y, is exactly what allows some kid on his couch in his boxers watching SportsCenter while working on his website to beat your funded startup to market.
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#60I was confused why the screenshot on the homepage ( https://theia-ide.org/ ) looked so outrageously similar to VSCode, so I checked the source. It looks like the editor widget is Monaco (from VSCode) so the text editing experience is entirely based on VSCode and Theia provides an alternative for the surrounding IDE stuff. Then they added a theme that imitates VSCode as much as possible to create the screenshot on the…