By Axel Richard on Friday, 16 December 2022
Category: Blog

Using Sirius Web to develop a VSCode extension for an existing DSL

I had the pleasure to participate to EclipseCon 2022 last October, near Stuttgart in Germany. It was a great conference and the opportunity to meet with the Eclipse community. I was there with several other members of the Obeo team to share our work on Sirius Web.

I had the chance to be part of the program, with Benoît Lelandais from the CEA DAM (Military Applications Division of the French Nuclear Agency), to talk about creating a VSCode extension to manipulate the NabLab DSL.

NabLab is an open-source research project led by HPC initiative of the CEA. It aims to provide a productive development way for exascale High-Performance Computing technologies, flexible enough to be competitive in terms of performance. It is composed of:

Nablab in Eclipse

End-users use Eclipse NabLab RCP for years now. They also use VSCode/VSCodium for their C++ developments. Based on this need, they now want to manipulate the NabLab DSL (textually and graphically) directly in VSCode/VSCodium.

In this talk we have presented the challenges of creating a VSCode extension using LSP, Xtext-LSP, and Sirius Web to manipulate the NabLab DSL (the existing one from Eclipse, not a new one!). 

Nablab in VSCode

 We answered the following questions: 

 Video:

Slides

EclipseCon2022-NabLab_From_Eclipse_to_VSCode_thanks_to_LSP_and_Sirius_Web.pdf

Related Posts