But 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
Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
11–20 of 158 posts
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#12But 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
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#13> Theia relies on Visual Studio Code’s Language Server Protocol to provide language-specific code completion and the other features we expect in a modern code editor. https://www.infoworld.com/article/3342624/cloud-ide-shoot-ou...
Okay, they reuse parts from VSCode in true open source spirit and make claims like that.
> Theia 1.0 also has a marketplace that is available today and, in the spirit of true open source community, allows for even non-VS Code applications to use these extensions
What does that mean? Looked up and appears that IDE is built with extensions and you can use those APIs to customize IDE. + provides APIs from VSCode to maintain compatibility. Ok thats neat.
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#14If this is intended to be a VSCode alternative, where are the download area? Why the strong emphasis on cloud? A version 1.0 with no package released? need top run it on docker? I don't want to sound negative, I would really want to download it an try it... but from what I see in a quick glance, they want me to setup a whole cloud to use this, not how I envision an editor that is trying to take on the most popular ed…
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#15But 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
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#16But 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
IntelliJ is not entirely free, and VS Community Edition is not "equivalent" to the Professional Edition.
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#17But 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
#18OK, 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?
If you're looking for an alternative to Visual Studio Code, isn't that what VS Codium is for?
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#19I 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…
Re: Eclipse Theia 1.0 – Open-Source Alternative to Visual Studio Code
#20But, the major benefit IMO is this:
> We encourage VS Code extension developers to push their extensions to Open VSX in addition to Microsoft’s marketplace.” Open VSX is “an open-source implementation of a VS Code extension registry that we have developed under the umbrella of the Eclipse Foundation
This sounds like a nice thing to have and is usable ASAP. It will probably come with less potential restrictions (like political bans of developers on GitHub etc.)