JavaParser-AST-Inspector icon indicating copy to clipboard operation
JavaParser-AST-Inspector copied to clipboard

Create JavaParser related "live templates"

Open MysterAitch opened this issue 3 years ago • 0 comments

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.

image

image

image

MysterAitch avatar Jan 23 '22 19:01 MysterAitch