JavaParser-AST-Inspector
JavaParser-AST-Inspector copied to clipboard
Create JavaParser related "live templates"
IntelliJ has "live templates" that can be dynamically populated and react to contextual information. For example, creating a loop or creating a variable (a "postfix" template).
I have a few ideas about the boilerplate that can be moved into a template, but we can probably get started with just creating a template for parsing a string that contains source code.


