Hi Community,
a new article is online!
In this article, we’ll write an editor for a subset of PlantUML, as an extension to Visual Studio Code. However, we won’t start from scratch as most tutorials do. Instead, we’ll use this example to show how we typically work, with the hope of giving an idea of what language engineering is in practice.
Where do we start? An editor is a complex application. One doesn’t usually start from a white canvas. We have many existing editors to choose from that allow some kind of plugin or extension mechanism and take care of all the complicated rendering and editing stuff.
If you want to read more, click [here ]
Enjoy the reading!
Elisa