What template engine did you use in your intellij plugin? My goal is to generate code and I find it easier to write it in template files
a
Ansh Tyagi
02/24/2022, 7:33 AM
Hey @galex did you find anythung concrete on this? I am too trying to write a plugin but stuck on how to create a Directory using the plugin sdk. For codegen I'll be tryung kotlinpoet.
g
galex
02/24/2022, 7:37 AM
I didn't find how to do that, so I ended up using multi line strings in kotlin code