EclipseSource Blogs

Lesen Sie die neusten Blogposts

The Eclipse Theia IDE vs. VS Code

Note: Time has passed since this blog post was published, and several important aspects are now outdated. Both VS Code and the Theia platform have evolved, and there is now a new generic IDE based on …

How to create/develop an Eclipse Theia IDE extension

In this article, we provide an overview on how to extend the Eclipse Theia IDE with custom extensions. We will show how to create a Theia extension, how it is structured and how to develop it by …

How to install/run/try Eclipse Che

In this article series we provide an overview of how to get started with Eclipse Che. In this first part, we will describe how to easily install it and launch your own instance of Eclipse Che. If you …

How to use Git in the Eclipse Theia IDE

This series of articles describes how to get started with the Eclipse Theia IDE. In this particular article, we provide an overview about the Git support of the Eclipse Theia IDE. Please see previous …

Introducing the Graphical Language Server Protocol / Platform (Eclipse GLSP)

You want to build web-based, browser-based or cloud-based diagram editors for your graphical (modeling) language? You want to migrate an existing diagram editor to the web? Keep on reading! In this …

Using VS Code extensions in Eclipse Theia

Eclipse Theia is an open source platform to build web- and cloud-based tools, as an alternative to VS Code. However, Theia is compatible to VS Code in terms of extensions. In this article, we describe …