In IDE Plugin
Headless (CI/CD)
other
Inserts a statement in a method/constructor.
Contents
InsertStatement
Availability
Configuration options
code
position
method
constructor
The code to insert.
insertStatement: code: "this.veryImportantFirst();"
void MyType() { super(false); + this.veryImportantFirst(); this.othermethod(); }
Decides where to insert the statement. Currently the only options are "top" and "bottom".