Update on PSI. I talked with a few folks in the PS...
# arrow-meta
i
Update on PSI. I talked with a few folks in the PSI intelliJ community, and most agreed on one thing. I should start by building an Plugin. I will try to create a Plugin, which allows us to do Codegen with less boilerplate code. Currently, it is very hard to create a build tool out of PSI. We would need to tweak so much. Getting the information is not the problem for instance here in the picture you see, how the PsiFile is constructed, but the actual codegen and accessing that Psielement is pretty hard. I talked with @AdrianRaFo and we both agree, that I will proceed on building an plugin and after I am more aware of the platform, I may find another way to accomplish codegen with psi.