FreeMarker extension for Visual Studio Code

FreeMarker VS Code

As you may probably know Visual Studio Code finally got extensions. This was one
huge lacking feature for this amazing editor, currently my daily driver. Fortunately, Microsoft really is listening to the community feedback so they introduced an extension manager for Visual Studio Code.

In my last couple of projects, I got to work with an Open Source CMS called Crafter CMS.
Crafter CMS uses Apache Freemarker as templating engine. I never used this template engine
before and VS Code didn’t have syntax highlight for the ftl files. I had to select the language mode every time I opened a FreeMarker file.

Read more “FreeMarker extension for Visual Studio Code”