Does anyone know of any plugins for either WebStor...
# advancedpdf
m
Does anyone know of any plugins for either WebStorm or VS Code that supports freemarker formatting and auto-formatting of the code? If not, are there other IDEs/editors that have it?
c
There's one for IntelliJ, which should work in WebStorm too. Just have to make sure you use the .ftl suffix on the file for it to pick it up automagically
m
Thank you, I will take a look at it! I’ve been using .xml as I’m frequently using the code for rendering pdf’s with the N/render module and I know that .xml works for that, but maybe it works with .ftl as well! I’m still somewhat of a newbie when it comes to this haha 😄
c
I think it only works in IntelliJ @CD I've never seen it in Webstorm and it doesn't pick up the file extensions like IntelliJ does.
s
VS Code has a FreeMarker extension, though I have to use .ftl to get it to recognize the files as freemarker templates
s
I use the freemarker one from VS Code.. it works well.