Are there any good resources to learn about making...
# intellij-plugins
s
Are there any good resources to learn about making plugins for templating languages (e.g. Jinja2, Go templating, Tera, ASP, ...)? I found the official tutorial for regular languages, but templates seem to differ in some aspects. Most of the classes are never even mentioned in the docs which makes it hard to know what to do as well. Checked out some GitHub repos of existing plugins, but getting thrown into a massive pre-existing codebase is a bit overwhelming and doesn't help to understand what to actually do and in which order these things are created. They do however seem to all follow the exact same structure, even down to variable names, which suggests to me there is a resource somewhere that they're basing themselves off of. Mainly looking for something like the SimpleLanguage sample from the docs that starts from 0 and guides you through.