Writing an Editor for PlantUML

1 · Federico Tomassetti · June 23, 2021, 10:41 a.m.
Introduction In this tutorial, we’ll write an editor for a subset of PlantUML, as an extension to Visual Studio Code. However, we won’t start from scratch like most tutorials do (including our own on implementing high-quality code completion in VSCode with ANTLR and the Language Server Protocol). Instead, we’ll use this example to show how […] The post Writing an Editor for PlantUML appeared first on Strumenta....