The JADE 2022 release meets tomorrow’s business demands.
Edit - Refactor - Declare Local Variable is awesome.
Some possible enhancements, if it is a Decimal - make the variable Decimal [23,6], at the moment it declares it as Decimal and you have to go and add the [23,6], it is defaulted to that and you only had to change when that wasn't correct, it would be handy.
Also if the variable is a Class name, then declare to that type, ie lDate would be made a Date, including any system specific classes, ie ICustomer would be Customer etc
Hi Julian. We like the Decimal idea, and we will put that into our backlog, but we are not in favor of the second idea. Making behavioral assumptions based on Class name might have unexpected consequences.