- Use the
.data(..) method to add some parameters to the Template object, in the Java source file
- Use the type-safe expression format to declare those parameters in the Qute template
Attempting to trigger completion in the Qute template with {|} (| for cursor) will cause duplicates of the parameters to be displayed.

.data(..)method to add some parameters to theTemplateobject, in the Java source fileAttempting to trigger completion in the Qute template with
{|}(| for cursor) will cause duplicates of the parameters to be displayed.